MySQL Forums
Forum List  »  Full-Text Search

Re: Using JOIN a ON a.field SOUNDS LIKE b,field
Posted by: George Brooks
Date: October 07, 2010 06:29PM

The solution:

the original WHERE clause had "o1.organization = $orgname". I replaced it with "o1.organization SOUNDS LIKE $orgname" and modified the SELECT statement to include DISTINCT(). VOILA!

g

Options: ReplyQuote


Subject
Views
Written By
Posted
Re: Using JOIN a ON a.field SOUNDS LIKE b,field
1828
October 07, 2010 06:29PM


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.