Created
March 15, 2020 05:47
-
-
Save MinaMal/56249c0a51651cbdaf453f725e7ed44c to your computer and use it in GitHub Desktop.
SQL UNION Example
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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