Re: "Flattening" query result into columns - Mailing list pgsql-sql

From PFC
Subject Re: "Flattening" query result into columns
Date
Msg-id op.sn0jw1c8th1vuj@localhost
Whole thread Raw
In response to "Flattening" query result into columns  ("Thomas Borg Salling" <tbs@navicon.dk>)
List pgsql-sql
You could use the array_accum aggregate. See examples in the docs.

On Mon, 21 Mar 2005 22:57:13 +0100, Thomas Borg Salling <tbs@navicon.dk>  
wrote:

> I am looking for a way to "flatten" a query result, so that rows are
> "transposed" into columns, just as asked here for oracle:
>
> http://groups.google.dk/groups?hl=da
> <http://groups.google.dk/groups?hl=da&lr=&client=firefox-a&rls=org.mozilla:e
> n-US:official&selm=aad10be0.0401292322.7b6c320b%40posting.google.com>
> &lr=&client=firefox-a&rls=org.mozilla:en-US:official&selm=aad10be0.040129232
> 2.7b6c320b%40posting.google.com
>
>
> Is there any way to do this with pgsql  ?
>
>
> Thanks,
>
> /Thomas.
>
>
>




pgsql-sql by date:

Previous
From: Jonathan Daugherty
Date:
Subject: Re: C function extending postgres
Next
From: "Leif B. Kristensen"
Date:
Subject: Re: "Flattening" query result into columns