Select a column and then apply JSONB_ARRAY_ELEMENTS to it

Поиск
Список
Период
Сортировка
От David G. Johnston
Тема Select a column and then apply JSONB_ARRAY_ELEMENTS to it
Дата
Msg-id CAKFQuwYnpTuJsG0buf29fpTtgynp5YnW51qB-PBgGTKM9Ya-CA@mail.gmail.com
обсуждение исходный текст
Ответ на Select a column and then apply JSONB_ARRAY_ELEMENTS to it  (Alexander Farber <alexander.farber@gmail.com>)
Ответы Re: Select a column and then apply JSONB_ARRAY_ELEMENTS to it  (Alexander Farber <alexander.farber@gmail.com>)
Список pgsql-general

On Saturday, January 9, 2021, Alexander Farber <alexander.farber@gmail.com> wrote:

BEGIN
        FOR _tile IN SELECT * FROM JSONB_ARRAY_ELEMENTS(SELECT tiles FROM words_moves WHERE mid = in_mid)
       

Subqueries must be enclosed in parentheses.  The parentheses that are part of the function call do not count.

David J.

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

Предыдущее
От: "Markhof, Ingolf"
Дата:
Сообщение: RE: How to keep format of views source code as entered?
Следующее
От: Christophe Pettus
Дата:
Сообщение: Re: How to keep format of views source code as entered?