Skip to content

Instantly share code, notes, and snippets.

@bytefade
Created November 6, 2014 19:26
Show Gist options
  • Save bytefade/23df4be8bc479b420113 to your computer and use it in GitHub Desktop.
Save bytefade/23df4be8bc479b420113 to your computer and use it in GitHub Desktop.
SQL IN
SELECT * FROM table where id IN('74', '75', '76', '77', '78', '79', '80', '81')
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment