MySQL Forums
Forum List  »  Performance

Re: optimizing JOIN query
Posted by: KimSeong Loh
Date: November 03, 2005 07:54PM

( s3.keyword LIKE '%foo%' AND s3.keyword LIKE '%bar%' AND s3.keyword LIKE '%test%' )

Maybe what you need is OR instead of AND in the above WHERE condition.

Options: ReplyQuote


Subject
Views
Written By
Posted
1763
November 03, 2005 07:19AM
Re: optimizing JOIN query
1125
November 03, 2005 07:54PM
1169
November 04, 2005 02:41AM
1229
November 04, 2005 11:42AM


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.