Skip to content
New issue

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

Add a SQL functions to extract values from a JSON string #119

Open
OndraZizka opened this issue Aug 30, 2023 · 0 comments
Open

Add a SQL functions to extract values from a JSON string #119

OndraZizka opened this issue Aug 30, 2023 · 0 comments

Comments

@OndraZizka
Copy link
Owner

HSQLDB does not have any, so it can be added, using Jackson or such.

JSON_SUBTREE(<subpath>, <json-source>)
JSON_LEAF(<subpath>, <json-source>)
JSON_LEAVES(<path-to-array>, <items-subpath>, <json-source>)

Of course this would be super inefficient, but better than nothing.

@OndraZizka OndraZizka added this to the Far in the future. milestone Aug 30, 2023
@OndraZizka OndraZizka changed the title Add a SQL functions to extract a values from a JSON string Add a SQL functions to extract values from a JSON string Sep 2, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant