MySQL Forums
Forum List  »  Performance

Re: Preformace problem (maybe bug?) with multiple join on same table
Posted by: KimSeong Loh
Date: April 04, 2005 08:16AM

LEFT JOIN `tab4` as t3 ON t1.c = t2.a

Check the last join condition, no t3 in the join condition. Is it a typo?

Options: ReplyQuote


Subject
Views
Written By
Posted
Re: Preformace problem (maybe bug?) with multiple join on same table
2168
April 04, 2005 08:16AM


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.