Skip to content

Instantly share code, notes, and snippets.

@cogilv25
cogilv25 / full_outer_join_mariadb.md
Created March 5, 2024 12:47
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;