Re: selecting records X minutes apart

Поиск
Список
Период
Сортировка
От Kevin Crain
Тема Re: selecting records X minutes apart
Дата
Msg-id BANLkTimnn2zMO9C3BxTPHPPnRv1q-MGijQ@mail.gmail.com
обсуждение исходный текст
Ответ на Re: selecting records X minutes apart  (Jasen Betts <jasen@xnet.co.nz>)
Список pgsql-sql
It looks like maybe he is trying to fetch records that either have no
previous entries or have another record with a timestamp 5 minutes
before them at the time they are inserted...


On Sat, Jun 4, 2011 at 4:45 AM, Jasen Betts <jasen@xnet.co.nz> wrote:
> On 2011-06-03, lists-pgsql@useunix.net <lists-pgsql@useunix.net> wrote:
>>
>> ID    TS (HH:MM)
>> -------------------
>> 0     20:00
>> 0     20:05
>> 0     20:10
>> 1     20:03
>> 1     20:09
>>
>>
>> Does my question make sense?
>
> no, why is (1,20:04) excluded, but (0,20:05) included?
> both records are 5 minutes from the newest.
>
> --
> ⚂⚃ 100% natural
>
>
> --
> Sent via pgsql-sql mailing list (pgsql-sql@postgresql.org)
> To make changes to your subscription:
> http://www.postgresql.org/mailpref/pgsql-sql
>


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

Предыдущее
От: Jasen Betts
Дата:
Сообщение: Re: selecting records X minutes apart
Следующее
От: lists-pgsql@useunix.net
Дата:
Сообщение: Re: selecting records X minutes apart