MySQL Forums
Forum List  »  Full-Text Search

full-text search against post code
Posted by: Blazej Borucki
Date: July 28, 2005 07:18AM

Hello,

I want to select account no where address5 column matches inserted postcode:

SELECT AccountNo as id FROM tableName WHERE MATCH(Address5) AGAINST ('N10*' IN BOOLEAN MODE);

It selects 0 rows. Account5 is varchar(255) and is full-text index.
How I can use full-text search for strings containing numbers ??

yours Korb

Options: ReplyQuote


Subject
Views
Written By
Posted
full-text search against post code
3630
July 28, 2005 07:18AM


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.