6
Full text search order by relevance
SELECT SQL_CALC_FOUND_ROWS *, MATCH (title,description) AGAINST ('Text') as score FROM posts WHERE MATCH (title,description) AGAINST ('Text') ORDER by score DESC;
rated 6 times
(6)
(0)
comments: 0 / hits: 1759
/ 3 years ago, wed, dec 13, 17, 05:18:51
More From
» SQL
Comments
There are no comments for this Snippet yet
Only authorized users can post. Please sign in first, or register a free account