Android Question Mysql net.sqlcipher.database.SQLiteException: near "AGAINST" Error

Richard Goh

Active Member
Licensed User
Longtime User
Hi,

I had created table_FTS3 for my table and hit below error when run the SQL statement. Any idea or advice on this. Thanks in advance.

net.sqlcipher.database.SQLiteException: near "AGAINST": syntax error: , while compiling: SELECT code, Name FROM table_FTS WHERE MATCH (code, Name) AGAINST ('MyText' IN BOOLEAN MODE) order by code
 
Top