Re: dynamic columns in a query

Поиск
Список
Период
Сортировка
От Pavel Stehule
Тема Re: dynamic columns in a query
Дата
Msg-id 162867790906110154t7e555899h5fbc006266f7e708@mail.gmail.com
обсуждение исходный текст
Ответ на dynamic columns in a query  ("Jyoti Seth" <jyotiseth2001@gmail.com>)
Список 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 по дате отправления:

Предыдущее
От: "A. Kretschmer"
Дата:
Сообщение: Re: dynamic columns in a query
Следующее
От: Rob Sargent
Дата:
Сообщение: Re: Avoiding "will create implicit index" NOTICE