On Wed, Feb 12, 2014 at 4:57 AM, Attila <[email protected]> wrote: > I tried that one as well. >
SQLite has no built-in MATCH function. If you want to use the MATCH syntax, then you need to register your own MATCH function using sqlite3_create_function(). -- D. Richard Hipp [email protected] _______________________________________________ sqlite-users mailing list [email protected] http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

