Created
November 6, 2014 19:26
-
-
Save bytefade/23df4be8bc479b420113 to your computer and use it in GitHub Desktop.
SQL IN
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
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