SELECT on a table with Time values

Поиск
Список
Период
Сортировка
От Anderson dos Santos Donda
Тема SELECT on a table with Time values
Дата
Msg-id ad072ae30902041205p2b4ee2dlefe718bb26e65c1c@mail.gmail.com
обсуждение исходный текст
Ответы Re: SELECT on a table with Time values  ("Dann Corbit" <DCorbit@connx.com>)
Список pgsql-general
Hi all!!

I have a simple table with two column. The first column is a time type and the other is a integer type. This table have datas from each minute of day.

Example : 15:00:00, 15:01:00, 15:02:00 etc...

I want a SELECT command  wich return for me the datas from each five minutes of day.

Example: 15:00:00, 15:05:00, 15:10:00, 15:15:00 etc


There is a way to do this?

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

Предыдущее
От: David Wall
Дата:
Сообщение: Array, bytea and large objects
Следующее
От: "Dann Corbit"
Дата:
Сообщение: Re: SELECT on a table with Time values