Created
July 1, 2023 03:12
-
-
Save fallenleavesguy/edc782b14589bff9267ac85dc914bb41 to your computer and use it in GitHub Desktop.
union multiple different table in sql
This file contains hidden or 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 username, steamid from pavlov_pc_users UNION ALL select username, 0 as steamid from pavlov_oculus_users |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment