Created
November 26, 2018 19:04
-
-
Save sayoder/2e8673c662cc9cc9fba15d09857627f4 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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