Skip to content

Instantly share code, notes, and snippets.

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

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

Select an option

Save operateur-mar/9ded58b604334ccbf0a82cc3eac5ee97 to your computer and use it in GitHub Desktop.
/* Query N° 6 : Select customers with 'Ahmed' as name */
Select * from customer where LN = 'Ahmed'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment