Skip to content

Instantly share code, notes, and snippets.

@fallenleavesguy
Created July 1, 2023 03:12
Show Gist options
  • Save fallenleavesguy/edc782b14589bff9267ac85dc914bb41 to your computer and use it in GitHub Desktop.
Save fallenleavesguy/edc782b14589bff9267ac85dc914bb41 to your computer and use it in GitHub Desktop.
union multiple different table in sql
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