Hello!

sqlite> select count(*) from file_text where file_text match 
'content:мтс-коннект';
162
sqlite> select count(*) from file_text where file_text match '"мтс-коннект"';
112
sqlite> select count(*) from file_text where file_text match 
'content:"мтс-коннект"';
Error: SQL logic error or missing database

Best regards, Alexey Pechnikov.
http://pechnikov.tel/
_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to