Re: columnar format - Mailing list pgsql-sql

From Christoph Haller
Subject Re: columnar format
Date
Msg-id 3F0A8481.D9F01154@rodos.fzk.de
Whole thread Raw
In response to columnar format  ("Don Soledad" <avsoledadjr@hotmail.com>)
List pgsql-sql
>
> i would like to ask for the sql statement to the output:
>
> ITEM DESC   Jan   Feb   Mar  Apr  ...  Sep  Total
> xxxxxxxxxx   999  999  999  999  ...  999  9,999
>
> where "Jan" column is sum of all "x" items purchased on Jan, "Feb"
column as
> sum of Feb purchases, and so on up to "Sep", and "Total" as the total
from
> "Jan" to "Sep" (as in the case here). the numbers may/may not be
formatted,
> and the period varies, depending on the range.
>
Search the archives for pivot tables resp. crosstab and/or have a look
at
$PGSQLD/contrib/tablefunc/README.tablefunc
Regards, Christoph




pgsql-sql by date:

Previous
From: "scott.marlowe"
Date:
Subject: Re: avoid select expens_expr(col) like unneccessary calculations
Next
From: Luis Sousa
Date:
Subject: Setuid functions