Re: How to return a jsonb list of lists (with integers)

Поиск
Список
Период
Сортировка
От Michael Lewis
Тема Re: How to return a jsonb list of lists (with integers)
Дата
Msg-id CAHOFxGqDzVAduLrL02aZOVxAdypD_YZrdJPFx0v0ejg6KKP2cA@mail.gmail.com
обсуждение исходный текст
Ответ на How to return a jsonb list of lists (with integers)  (Alexander Farber <alexander.farber@gmail.com>)
Ответы Re: How to return a jsonb list of lists (with integers)
Список pgsql-general
Aggregate functions work on a single column to summarize many rows into fewer rows. You seem to be wanting to combine multiple columns which would be done by concatenation or array[column1,column2] or something like that.

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