You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I want to make a query to a json column containing an array. The query should extract values of a key from all elements of array.
According to https://cloud.yandex.ru/docs/ydb/yql/reference/builtins/json the
[*]
and[*].key
should return multiple elements.But I cann't get it working:
The first column returns the all elements, but the second and the third ones always return null. What is wrong in this example?
Beta Was this translation helpful? Give feedback.
All reactions