Jump to content

SQL MATCH problem


smith.james0

Recommended Posts

I am trying to search a mysql db using MATCH, with the following code

 

SELECT * FROM `*******`WHERE MATCH (retro_answer)AGAINST ('car')LIMIT 0 , 30

 

but all I get is

 

MySQL returned an empty result set (i.e. zero rows). (Query took 0.0006 sec)

 

This is contance of the db

 

id        Name              retro_answer

68 JAmes           car bus train

69 JAmes car bus train

 

Retro_answer is Full_Text. Whatever I do I still get no results?

 

Can anyone help, Many thanks James

Link to comment
https://forums.phpfreaks.com/topic/37881-sql-match-problem/
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.