Re: query nested levels in jsonb

Поиск
Список
Период
Сортировка
От wanna_be
Тема Re: query nested levels in jsonb
Дата
Msg-id 1433779537833-5852937.post@n5.nabble.com
обсуждение исходный текст
Ответ на Re: query nested levels in jsonb  (Thom Brown <thom@linux.com>)
Список pgsql-novice
Thanks I will try JsQuery out.

Also is there any other way to manipulate the resultset, something like
selecting all the rows that have "details" into a temporary structure and
querying that?

SELECT * FROM orders WHERE document @> '[]' AND document ->> 'details' >
'1';



--
View this message in context: http://postgresql.nabble.com/query-nested-levels-in-jsonb-tp5852918p5852937.html
Sent from the PostgreSQL - novice mailing list archive at Nabble.com.


В списке pgsql-novice по дате отправления:

Предыдущее
От: Thom Brown
Дата:
Сообщение: Re: query nested levels in jsonb
Следующее
От: Federico Leoni
Дата:
Сообщение: How to correct this encoding/decoding issue with lists?