links for 2009-03-07 Standard \n How to simulate FULL OUTER JOIN in MySQL \n In this article I’ll show several ways to emulate a FULL OUTER join on a RDBMS that doesn’t support it, as is the case with even the most recent versions of MySQL. This useful query is surprisingly tricky to get right. \n (tags: mysql database sql syntax join full_outer_join union) \n