Re: Tabulate data incrementally

Поиск
Список
Период
Сортировка
От Omar Eljumaily
Тема Re: Tabulate data incrementally
Дата
Msg-id 45F05347.8090008@omnicode.com
обсуждение исходный текст
Ответ на Re: Tabulate data incrementally  (Alvaro Herrera <alvherre@commandprompt.com>)
Список pgsql-general
Thanks Alvaro.  That's good to know.  Actually I was spacing on the need
for this.  The date_trunc function with group by actually works for me.

select sum(amount), date_trunc('week', period_end) as dt from time_data
group by dt;


Alvaro Herrera wrote:
> Omar Eljumaily wrote:
>
>> Thanks Tom and Richard for the tip on date_trunc.  Is it possible in an
>> sql select statement to create an iterator?
>>
>
> Yes, use the generate_series() function.
>
>


В списке pgsql-general по дате отправления:

Предыдущее
От: araza@esri.com
Дата:
Сообщение: Re: How to force planner to use GiST index?
Следующее
От: "Ted Byers"
Дата:
Сообщение: Re: OT: Canadian Tax Database