Answer the question
In order to leave comments, you need to log in
What is the equivalent of JSONB_OBJECT_KEYS for values?
Is there a similar JSONB_OBJECT_KEYS function that would retrieve values?
Or how can it be done?
The output should be a list of values.
Answer the question
In order to leave comments, you need to log in
SELECT array(select s.value from jsonb_each(context) as s)
FROM table_name
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question