Re: Recursive Queries

Поиск
Список
Период
Сортировка
От Michael Lewis
Тема Re: Recursive Queries
Дата
Msg-id CAHOFxGrZb-zzF=jVqSTKMQqga8XOu=FJy4S997++Z5ZCw19tig@mail.gmail.com
обсуждение исходный текст
Ответ на RE: Recursive Queries  (Rob Northcott <Rob.Northcott@compilator.com>)
Список pgsql-general
You don't want recursion, you want pivot table (Excel) behavior to reformat rows into columns. The easiest way to get this data in its raw form would be to group by date and hour of day and compute the count.

If you have the option to add extensions in your environment, then you should be able to pivot your data pretty simply.

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

Предыдущее
От: Julien Rouhaud
Дата:
Сообщение: Re: Recursive Queries
Следующее
От: Edward Macnaghten
Дата:
Сообщение: Re: Recursive Queries