Skip to content

Instantly share code, notes, and snippets.

@tinney
Created March 25, 2011 13:56
Show Gist options
  • Save tinney/886861 to your computer and use it in GitHub Desktop.
Save tinney/886861 to your computer and use it in GitHub Desktop.
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