Skip to content

Instantly share code, notes, and snippets.

@MinaMal
Created March 15, 2020 05:47
Show Gist options
  • Save MinaMal/56249c0a51651cbdaf453f725e7ed44c to your computer and use it in GitHub Desktop.
Save MinaMal/56249c0a51651cbdaf453f725e7ed44c to your computer and use it in GitHub Desktop.
SQL UNION Example
SELECT ID FROM t1
UNION
SELECT ID FROM t2;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment