Json query #1958
call-stack
started this conversation in
General
Json query
#1958
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I want to get a value of key which is JSON. May I know how I can achieve it?
Let say we have a column name
payload
containing json values. And one record contains values'{"country":"Peru"}'
and another record contains'{"country":"India"}'
. How can I get the list of all countries? ex :[Peru, India]
Thanks
Beta Was this translation helpful? Give feedback.
All reactions