Why does the same query not work using `select`?
I'm using SQLite and the "tags" field is a json data type.
This the following works fine:
Using
select
throws an error:
Error:
1 Reply
You can use toSql drizzle method to compare them