MySQL Forums
Forum List  »  InnoDB

Re: connecting three tables with left join
Posted by: Ahmad Abdullah
Date: May 14, 2008 02:06AM

select * from (table1 left join table2 on table1.id = table2.id) left join table3 on table1.id = table3.id;

Options: ReplyQuote


Subject
Views
Written By
Posted
22535
March 15, 2007 03:43PM
Re: connecting three tables with left join
8452
May 14, 2008 02:06AM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.