Hi.. When doing the next query, the rows are not ordered automatically by the coefficient of the full-text.. Why???
SELECT id,update_time FROM table1 INNER JOIN ft_table USING (id) WHERE MATCH
(title,content) AGAINST ('class') LIMIT 0,50;
thanks,
-Lorderon.
--
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe: http://lists.mysql.com/[EMAIL PROTECTED]
