Arrow Operators (-> and ->>) #3794
Unanswered
tinygiant98
asked this question in
Q&A
Replies: 1 comment 1 reply
-
Does that work under the sqlite3 cli? |
Beta Was this translation helpful? Give feedback.
1 reply
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.
-
I've as yet been unable to use the arrow operators (
->
and->>
) as defined in sqlite's json1 supplement (added in 3.38.0) without an error. I can use them when querying json data through other means, just not through db browser for sqlite (execute sql tab). Is this a known limitation or am I attempting to use it incorrectly?Example, if
t.value
is valid json, shouldn'tt.value -> '$.path'
work? If not, how do I change the call to make it work?Beta Was this translation helpful? Give feedback.
All reactions