Deze query werkt niet: "SELECT onderwerp, MATCH (onderwerp, inhoud) AGAINST ('+kind') AS rank WHERE MATCH (onderwerp, inhoud) AGAINST ('kind')".
De error die MySQL geeft is: "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 'WHERE MATCH (onderwerp, inhoud) AGAINST ('kind')' at line 1"
Terwijl mijn MySQL client versie 3.23.49 is. En mysql.com zegt "As of MySQL 3.23.23, MySQL has support for full-text indexing and searching.".
Wat klopt er niet ?
(edit: code tags toegevoegd)
(edit2: code tags weggehaald)
De error die MySQL geeft is: "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 'WHERE MATCH (onderwerp, inhoud) AGAINST ('kind')' at line 1"
Terwijl mijn MySQL client versie 3.23.49 is. En mysql.com zegt "As of MySQL 3.23.23, MySQL has support for full-text indexing and searching.".
Wat klopt er niet ?
(edit: code tags toegevoegd)
(edit2: code tags weggehaald)
[ Voor 26% gewijzigd door Verwijderd op 13-04-2004 18:55 ]