"Francis Van-Lare" <[EMAIL PROTECTED]> wrote:
> I have run this command without Stating IN BOOLEAN MODE and my search goes
> fine. However this query returns a Syntax error WHEN IN BOOLEAN MODE
> OPTION IS ADDED , can anyone help ?
> Table is MyISAM type running on Linux 8.0
>
>
> SELECT isbn, title, suggestedretail FROM bookscatalogue WHERE MATCH
> (isbn, title ) AGAINST ('+Visual Basic.NET' IN BOOLEAN MODE);
>
> Returns:
>
> Error
>
> SQL-query :
>
> SELECT isbn, title, suggestedretail
> FROM bookscatalogue WHERE MATCH (isbn, title )AGAINST ('+Visual Basic.NET'
> IN BOOLEAN MODE )
>
> MySQL said:
>
> You have an error in your SQL syntax near 'BOOLEAN MODE
Which version of MySQL server do you use? IN BOOLEAN MODE is supported since 4.0.
--
For technical support contracts, goto https://order.mysql.com/?ref=ensita
This email is sponsored by Ensita.net http://www.ensita.net/
__ ___ ___ ____ __
/ |/ /_ __/ __/ __ \/ / Victoria Reznichenko
/ /|_/ / // /\ \/ /_/ / /__ [EMAIL PROTECTED]
/_/ /_/\_, /___/\___\_\___/ MySQL AB / Ensita.net
<___/ www.mysql.com
--
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe: http://lists.mysql.com/[EMAIL PROTECTED]