Skip to content

Instantly share code, notes, and snippets.

@jmercouris
Created January 23, 2019 11:56
Show Gist options
  • Save jmercouris/73005419f9801c748bbeb3de3f4dcb6e to your computer and use it in GitHub Desktop.
Save jmercouris/73005419f9801c748bbeb3de3f4dcb6e to your computer and use it in GitHub Desktop.
Table 1:
id, email, password
Table 2:
id, table_1_id
How can I get all rows from table 1, where a row with a corresponding
table_1_id does not exist.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment