Created
March 25, 2011 13:55
-
-
Save tinney/886860 to your computer and use it in GitHub Desktop.
This file contains 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 t1 | |
WHERE t1.a IN (SELECT t2.b FROM t2 where t2.c = 1) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment