> Hi there,
>
> I'm using select queries like
>
> SELECT * FROM table_name WHERE col_name LIKE '%some_word%'
>
> to find rows that have col_name match to some_word.  But I would also like
> to find the number of word matches for each row so that I can order these
> rows according to their relevances and word matches.  How can I do that??

http://www.mysql.com/doc/F/u/Fulltext_Search.html


---------------------------------------------------------------------
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/           (the list archive)

To request this thread, e-mail <[EMAIL PROTECTED]>
To unsubscribe, e-mail <[EMAIL PROTECTED]>
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php

Reply via email to