We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
is it possible to select the value for the key in json using JSQuery?
Something like this: SELECT value @@ (.color) FROM js_test WHERE value @@ '.color = *'
Basically I am interested to see the value of color key in all the json documents if available. My key could be present in any level inside the json.
Thanks.
The text was updated successfully, but these errors were encountered:
I have the same question. Is it possible to use jsquery inside the select part or only in the where?
Sorry, something went wrong.
select 'asd(zzz < 13)'::jsquery; jsquery ------------------ "asd"."zzz" < 13 (1 row)``
No branches or pull requests
is it possible to select the value for the key in json using JSQuery?
Something like this:
SELECT value @@ (.color) FROM js_test WHERE value @@ '.color = *'
Basically I am interested to see the value of color key in all the json documents if available. My key could be present in any level inside the json.
Thanks.
The text was updated successfully, but these errors were encountered: