SQLITE_ERROR: near "ilike": syntax error
I've currently setup an my SQL query as follows:
However, I am seeing this error:
SQLITE_ERROR: near "ilike": syntax error
... the search term is validated as a string, and I am using the %{search}%
syntax, I'm wondering if this is a bug or is there something quirky I need to do to get ilike to work? (I've imported) ...3 Replies
Yeh @Andrew Sherman I feel like this is a confirmed bug because the following works without issue:
Which is a similar way to do the ilike ...
Will check that
Thank you 🙏