Skip to content

Instantly share code, notes, and snippets.

@sayoder
Created November 26, 2018 19:04
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save sayoder/2e8673c662cc9cc9fba15d09857627f4 to your computer and use it in GitHub Desktop.
Save sayoder/2e8673c662cc9cc9fba15d09857627f4 to your computer and use it in GitHub Desktop.
124c124
< $sql = "SELECT CONCAT(usr.firstname,' ', usr.lastname) AS name, usr.email,usr.phone2,c.fullname
---
> $sql = "SELECT usr.id, CONCAT(usr.firstname,' ', usr.lastname) AS name, usr.email,usr.phone2,c.fullname
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment