Re: A minute in timestamp

From: "Victor Yegorov" <viy(at)nordlb(dot)lv>
To: "David Loh" <david(at)bizsurf(dot)com>
Cc: <pgsql-sql(at)postgresql(dot)org>
Subject: Re: A minute in timestamp
Date: 2003-05-08 07:50:14
Message-ID: 20030508075014.GF1764@nordlb.lv
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-sql

* David Loh <david(at)bizsurf(dot)com> [08.05.2003 10:03]:
> Hi all.
> 'select * from myTable where date_part('minute',Update_Time > - now()) = 1;'

Does it helps, if you'll try this:

select * from myTable where date_part('second', now() - Update_Time) between 55 and 65;

--

Victor Yegorov
IT Programmer, NORD/LB Latvija JSC
Fax (+371) 7323449, Phone (+371) 7077142, Mobile (+371) 9131883

In response to

Browse pgsql-sql by date

  From Date Subject
Next Message Victor Yegorov 2003-05-08 09:57:45 Array dimension as integer
Previous Message Richard Huxton 2003-05-08 07:24:03 Re: A minute in timestamp