Skip to content

Instantly share code, notes, and snippets.

@MinaMal
Created March 15, 2020 05:42
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save MinaMal/8566da007984f86c67b611011fa4d139 to your computer and use it in GitHub Desktop.
Save MinaMal/8566da007984f86c67b611011fa4d139 to your computer and use it in GitHub Desktop.
CROSS JOIN Example
SELECT t1.ID, t2.ID
FROM t1 CROSS JOIN t2;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment