Re: How to GROUP results BY month

Поиск
Список
Период
Сортировка
От Scott Marlowe
Тема Re: How to GROUP results BY month
Дата
Msg-id dcc563d10807151457o43c97aa7mc234a02cb37abb73@mail.gmail.com
обсуждение исходный текст
Ответ на How to GROUP results BY month  ("Oliveiros Cristina" <oliveiros.cristina@marktest.pt>)
Ответы Re: How to GROUP results BY month  ("A. Kretschmer" <andreas.kretschmer@schollglas.com>)
Список pgsql-sql
On Tue, Jul 15, 2008 at 6:12 AM, Oliveiros Cristina
<oliveiros.cristina@marktest.pt> wrote:
> Howdy, all,
>
> I have a problem.
>
> I have a table which one of the fields is of type date.
>
> I need to obtain the totals of the other fields in a  by-month basis
> IS there any easy way to do this using the GROUP BY or any other construct?
>

In addition to the responses on grouping by extract('month' from
timestamp) you can also index on this function as long as timestamp
isn't timestamp with timezone.  With that index in place, grouping by
month can be pretty fast even for large datasets covering many months.


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

Предыдущее
От: "Jonah H. Harris"
Дата:
Сообщение: Re: Rollback in Postgres
Следующее
От: Mark Roberts
Дата:
Сообщение: Re: How to GROUP results BY month