Skip to content

Instantly share code, notes, and snippets.

@cogilv25
Created March 5, 2024 12:47
Show Gist options
  • Save cogilv25/336c925592d57df07e4285263f8e6558 to your computer and use it in GitHub Desktop.
Save cogilv25/336c925592d57df07e4285263f8e6558 to your computer and use it in GitHub Desktop.
Full Outer Join MariaDB

I couldn't find an example of this but figured it out so hopefully this helps someone else:

SELECT * FROM table1 JOIN table2 ON TRUE;

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment