Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save rileyrg/3ea11c37a13d2fc860025cad1903b5e3 to your computer and use it in GitHub Desktop.
Save rileyrg/3ea11c37a13d2fc860025cad1903b5e3 to your computer and use it in GitHub Desktop.
SELECT id
FROM table_one
WHERE id NOT IN ( SELECT id FROM table_two )
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment