nathanmaxsonadil Posted September 17, 2007 Share Posted September 17, 2007 error You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'MATCH(title, content) AGAINST ('test' IN BOOLEAN MODE) AS score FROM news WHERE ' at line 1 query SELECT id, title, author, date, content MATCH(title, content) AGAINST ('test' IN BOOLEAN MODE) AS score FROM news WHERE MATCH(title, content) AGAINST ('test' IN BOOLEAN MODE) ORDER BY score DESC what's wrong with my query?? Link to comment https://forums.phpfreaks.com/topic/69694-whats-wrong-with-my-query/ Share on other sites More sharing options...
TheFilmGod Posted September 18, 2007 Share Posted September 18, 2007 a "(" missing? Link to comment https://forums.phpfreaks.com/topic/69694-whats-wrong-with-my-query/#findComment-350257 Share on other sites More sharing options...
nathanmaxsonadil Posted September 18, 2007 Author Share Posted September 18, 2007 where ? Link to comment https://forums.phpfreaks.com/topic/69694-whats-wrong-with-my-query/#findComment-350702 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.