jeudi 24 décembre 2015

SQLite MATCH query

I have created a virtual table and am executing the following query that returns nothing:

SELECT * FROM table_search WHERE name MATCH 'Test'

If I change the MATCH to '=' or 'LIKE' then the query returns a row of data.

Aucun commentaire:

Enregistrer un commentaire