.... but it runs fine in 4.1.20. In .10 I get an error message about unknown column c. I built the sql with help from the comments from the MySQL website manual and have to admit that I don't fully understand it all ;). Is there a way to solve this without upgrading the server?

SELECT DISTINCT O.id, O.header, O.state, O.prio, O.publication_date, O.user_id, MATCH (C.body) AGAINST ('mysearch') AS relevance FROM texts AS C JOIN jobs AS O ON C.job_id=O.id WHERE O.paper_id = 1 AND MATCH (c.body) AGAINST('+mysearch' IN BOOLEAN MODE) HAVING relevance > 0.2 ORDER BY relevance DESC

Best regards,

Peter

--
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to