Re: date_trunc for 5 minutes intervals

Поиск
Список
Период
Сортировка
От Richard Huxton
Тема Re: date_trunc for 5 minutes intervals
Дата
Msg-id 200310200927.32941.dev@archonet.com
обсуждение исходный текст
Ответ на date_trunc for 5 minutes intervals  (email lists <lists@darrenmackay.com>)
Список pgsql-sql
On Sunday 19 October 2003 14:38, email lists wrote:
> Hi All,
>
> I am wanting to perform the equivalent of date_trunc to 5/10/15 minute
> intervals. As this does mnot seem to be natively supported by
> date_trunc, can anyone point me in the right direction to possible write
> the SQL ro acheive the desired outcome?

I'd probably convert to seconds-since-epoch and then subtract that value 
modulo 300 and convert back.

Might be worth checking the cookbook link on http://techdocs.postgresql.org/ 
since I can't believe you are the first person to need this.

--  Richard Huxton Archonet Ltd


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

Предыдущее
От: "Kumar"
Дата:
Сообщение: Max input parameter for a function
Следующее
От: Alvar Freude
Дата:
Сообщение: Re: [postgres] PostgreSQL-DB auf Web-Schnittstelle bringen