Re: dynamic columns in a query - Mailing list pgsql-sql

From Pavel Stehule
Subject Re: dynamic columns in a query
Date
Msg-id 162867790906110154t7e555899h5fbc006266f7e708@mail.gmail.com
Whole thread Raw
In response to dynamic columns in a query  ("Jyoti Seth" <jyotiseth2001@gmail.com>)
List pgsql-sql
Hello

2009/6/11 Jyoti Seth <jyotiseth2001@gmail.com>:
> Hi All,
>
> Is there any way in postgres to write a query to display the result in
> matrix form. (where column names are dynamic)
>

look on http://okbob.blogspot.com/2008/08/using-cursors-for-generating-cross.html

regards
Pavel Stehule

> For eg.
>
>
> Employee Name   Client1 Client2 Client3 Client4
> Emp1                    100             102             90              23
> Emp2                    56              0               23              98
> Emp3                    34              45              76              0
>
>
> Here Client1, Client2... are the values from the database.
>
> Thanks,
> Jyoti
>
>
>
> --
> Sent via pgsql-sql mailing list (pgsql-sql@postgresql.org)
> To make changes to your subscription:
> http://www.postgresql.org/mailpref/pgsql-sql
>

pgsql-sql by date:

Previous
From: "A. Kretschmer"
Date:
Subject: Re: dynamic columns in a query
Next
From: Rob Sargent
Date:
Subject: Re: Avoiding "will create implicit index" NOTICE