MySQL – FULL OUTER JOIN « IT Integrated Business Solutions
Unfortunately, MySQL 5.x does not yet support FULL OUTER JOIN. While this is not ideal the post will show how we can get the same result using UNION. A FULL OUTER JOIN allows rows from one table be joined to another and regardless of whether entries exist...