On 29 Feb 2020, at 12:45am, Keith Medcalf <[email protected]> wrote:
> select * from data where (...) AND (...) AND (...) <repeat until finished>;
SELECT uuid FROM Data
WHERE filter LIKE ?
OR filter LIKE ?
OR filter LIKE ?
OR filter LIKE ? …
would probably be an efficient way to do it if you could construct your entire
statement.
_______________________________________________
sqlite-users mailing list
[email protected]
http://mailinglists.sqlite.org/cgi-bin/mailman/listinfo/sqlite-users

