Dnia 2003-05-01 05:31, Uz.ytkownik Daniel napisa?:
> Hello,
>
> Is there any way how to retrieve result normally displayed as:
>
> TOTAL 268
> Administrator 7
> Internet Only 178
> Filtered Internet 7
>
> To be like this:
>
> TOTAL Administrator Internet Only Filtered Internet
> 268 7 178 7
>
> That means, the rows of the first column of the first case are headers in
> the second case. Similarly, the rows of the second column are displayed as
> one row.
>
> Please reply to daniel_katka(at)hotmail(dot)com
Find samething about contrib/tablefunc
This problem is well known as cross tab (pivot table).
Regards,
Tomasz Myrta