Re: columnar format

Поиск
Список
Период
Сортировка
От Christoph Haller
Тема Re: columnar format
Дата
Msg-id 3F0A8481.D9F01154@rodos.fzk.de
обсуждение исходный текст
Ответ на columnar format  ("Don Soledad" <avsoledadjr@hotmail.com>)
Список 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 по дате отправления:

Предыдущее
От: "scott.marlowe"
Дата:
Сообщение: Re: avoid select expens_expr(col) like unneccessary calculations
Следующее
От: Luis Sousa
Дата:
Сообщение: Setuid functions