Created
March 25, 2011 13:56
-
-
Save tinney/886861 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 | |
INNER JOIN t2 | |
ON t1.a = t2.b AND t2.c = 1 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment