MySQL Forums
Forum List  »  Full-Text Search

Searching an exact match
Posted by: FITSUM TESFAGIORGIS TESFAGIORGIS
Date: February 09, 2013 07:48PM

Hi all,

I would like to do an exact match search like:

first_name="John" and last_name="Smith" and
I tried the following but didn't work

select * from reeher_dash_dbo.users WHERE MATCH (first_name, last_name) AGAINST ("John Smith" IN BOOLEAN MODE);

Thanks,
Fitsum

Options: ReplyQuote


Subject
Views
Written By
Posted
Searching an exact match
4431
February 09, 2013 07:48PM
2302
February 12, 2013 08:54PM


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.