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?? Quote Link to comment Share on other sites More sharing options...
TheFilmGod Posted September 18, 2007 Share Posted September 18, 2007 a "(" missing? Quote Link to comment Share on other sites More sharing options...
nathanmaxsonadil Posted September 18, 2007 Author Share Posted September 18, 2007 where ? Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.