Revision: 21127
Initial Code
Initial URL
Initial Description
Initial Title
Initial Tags
Initial Language
at December 3, 2009 22:20 by karmacode
Initial Code
select * from (bdg left join res on bdg.bid = res.bid) left join dom on res.rid = dom.rid where dom.rid is NULL;
Initial URL
http://www.wellho.net/solutions/mysql-left-joins-to-link-three-or-more-tables.html
Initial Description
Initial Title
Left Joins to link three or more tables
Initial Tags
Initial Language
MySQL