MySQL Forums
Forum List  »  General

Re: I need to better understand how to use self joins
Posted by: Rick James
Date: April 17, 2012 09:31PM

Once you have split the parts into two separate columns, you can index the appropriate column and do a LEFT JOIN. _Much_ faster than IN(SELECT...).

Options: ReplyQuote


Subject
Written By
Posted
Re: I need to better understand how to use self joins
April 17, 2012 09:31PM


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.