Skip to content

Instantly share code, notes, and snippets.

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

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

Select an option

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