Why does the same query work using raw sql but not the select
method?
#4666
Unanswered
npearson72
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
When I perform the query using the following syntax it works:
However the same query using
select
throws an error:The error:
Is this a bug or am I just not using
select
correctly?PS: This is using SQLite with a json field.
Beta Was this translation helpful? Give feedback.
All reactions