Created
September 29, 2018 17:06
-
-
Save operateur-mar/ca5bdccb2a2d16ee8a26e164f2490e5e 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
| /* Query N° 3 : Select from table using Alias */ | |
| SELECT custID as ' ID Client ', LN as ' Last Name ', FN as ' First Name ' from customer |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment