On 1/24/17, Ben <sqlite_l...@menial.co.uk> wrote: > Hi all, > > Is it possible to match any sort of wildcards in Lemon?
The %wildcard directive does this. See the SQLite grammar at https://www.sqlite.org/src/artifact/29153738a73 and search for the ANY token. This is used to match arbitrary input in the argument to the virtual table name in a CREATE VIRTUAL TABLE statement. -- D. Richard Hipp d...@sqlite.org _______________________________________________ sqlite-users mailing list sqlite-users@mailinglists.sqlite.org http://mailinglists.sqlite.org/cgi-bin/mailman/listinfo/sqlite-users