Skip to content

Instantly share code, notes, and snippets.

@operateur-mar
Created September 29, 2018 17:06
Show Gist options
  • Select an option

  • Save operateur-mar/ca5bdccb2a2d16ee8a26e164f2490e5e to your computer and use it in GitHub Desktop.

Select an option

Save operateur-mar/ca5bdccb2a2d16ee8a26e164f2490e5e to your computer and use it in GitHub Desktop.
/* 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