Skip to content

Instantly share code, notes, and snippets.

@mrzzzrm
Last active September 3, 2017 21:06
Show Gist options
  • Save mrzzzrm/769298658068b24708afddeb6e7a82c6 to your computer and use it in GitHub Desktop.
Save mrzzzrm/769298658068b24708afddeb6e7a82c6 to your computer and use it in GitHub Desktop.
SELECT
InnerResult.T1.a
FROM
(SELECT
T1.a, c
FROM
T1, T2) AS InnerResult
WHERE
InnerResult.T1.a = InnerResult.c;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment