Re: How to return a jsonb list of lists (with integers) - Mailing list pgsql-general

From Michael Lewis
Subject Re: How to return a jsonb list of lists (with integers)
Date
Msg-id CAHOFxGqDzVAduLrL02aZOVxAdypD_YZrdJPFx0v0ejg6KKP2cA@mail.gmail.com
Whole thread Raw
In response to How to return a jsonb list of lists (with integers)  (Alexander Farber <alexander.farber@gmail.com>)
Responses Re: How to return a jsonb list of lists (with integers)  (Alexander Farber <alexander.farber@gmail.com>)
List 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 by date:

Previous
From: "David G. Johnston"
Date:
Subject: Re: How to return a jsonb list of lists (with integers)
Next
From: Ron
Date:
Subject: Re: Order by not working