concatenating hstores in a group by?

Поиск
Список
Период
Сортировка
От David G. Johnston
Тема concatenating hstores in a group by?
Дата
Msg-id CAKFQuwasxOzkA-BECEaOz1b8EOh2hGaEfcG3JHquL-eDJkSrMQ@mail.gmail.com
обсуждение исходный текст
Ответ на concatenating hstores in a group by?  (Brent Wood <Brent.Wood@niwa.co.nz>)
Ответы Re: concatenating hstores in a group by?
Re: concatenating hstores in a group by?
Список pgsql-general
On Friday, January 17, 2025, Brent Wood <Brent.Wood@niwa.co.nz> wrote:

I want to concatenate the hstores,


There are no hstore aggregate functions.  You’ll want to convert them to,json first then use the json_objectagg aggregate function.
 
David J.

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