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

UDF function to search if the value exists in the json array #607

Closed
satybald opened this issue Jan 9, 2018 · 0 comments
Closed

UDF function to search if the value exists in the json array #607

satybald opened this issue Jan 9, 2018 · 0 comments

Comments

@satybald
Copy link
Contributor

satybald commented Jan 9, 2018

Currently, JSON UDF functionality is limited to only EXTRACTJSONFIELD function. However, it will be great to allow users functionality to probe a value inside JSON array.

Example:

SELECT JSON_ARRAY_CONTAINS('[1,2,3]', 3) FROM DUAL
true
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant