MySQL Forums
Forum List  »  Newbie

Full-Text search in encoded table
Posted by: yigit dalkiran
Date: May 23, 2011 02:00PM

hi,

i have a table containing encoded content. i try to search like this;

SELECT * FROM `mytable` WHERE MATCH (column) AGAINST (Encode('keyword','pass')) IN BOOLEAN MODE);

and also tried

SELECT * FROM `mytable` WHERE MATCH (Decode(column,'pass')) AGAINST ('keyword' IN BOOLEAN MODE);

but any of them worked! any ides please? thank you

Options: ReplyQuote


Subject
Written By
Posted
Full-Text search in encoded table
May 23, 2011 02:00PM


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.