Search Postgresql Archives
Re: How to return a jsonb list of lists (with integers)
[
Date Prev
][
Date Next
][
Thread Prev
][
Thread Next
][
Date Index
][
Thread Index
]
Subject
: Re: How to return a jsonb list of lists (with integers)
From
: Michael Lewis <mlewis@xxxxxxxxxxx>
Date
: Tue, 16 Feb 2021 11:52:21 -0700
Cc
: pgsql-general <pgsql-general@xxxxxxxxxxxxxx>
In-reply-to
: <CAADeyWjis00Lf4ZGZ=SLBBZNcUxiJHHWU7y3zjqRPO2O9+iWEg@mail.gmail.com>
References
: <CAADeyWjis00Lf4ZGZ=SLBBZNcUxiJHHWU7y3zjqRPO2O9+iWEg@mail.gmail.com>
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.
[
Date Prev
][
Date Next
][
Thread Prev
][
Thread Next
][
Date Index
][
Thread Index
]
Follow-Ups
:
Re: How to return a jsonb list of lists (with integers)
From:
Alexander Farber
References
:
How to return a jsonb list of lists (with integers)
From:
Alexander Farber
Prev by Date:
Re: How to return a jsonb list of lists (with integers)
Next by Date:
Re: Order by not working
Previous by thread:
Re: How to return a jsonb list of lists (with integers)
Next by thread:
Re: How to return a jsonb list of lists (with integers)
Index(es):
Date
Thread
[Index of Archives]
[Postgresql Jobs]
[Postgresql Admin]
[Postgresql Performance]
[Linux Clusters]
[PHP Home]
[PHP on Windows]
[Kernel Newbies]
[PHP Classes]
[PHP Databases]
[Postgresql & PHP]
[Yosemite]