Hello
2009/6/11 Jyoti Seth :
> 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 N
In response to Jyoti Seth :
> Hi All,
>
> Is there any way in postgres to write a query to display the result in
> matrix form. (where column names are dynamic)
>
> For eg.
>
>
> Employee Name Client1 Client2 Client3 Client4
> Emp1 100 102 90
Hi All,
Is there any way in postgres to write a query to display the result in
matrix form. (where column names are dynamic)
For eg.
Employee Name Client1 Client2 Client3 Client4
Emp1100 102 90 23
Emp256