Subject | RE: [firebird-support] Re: Select statement with Date |
---|---|
Author | Helen Borrie |
Post date | 2004-06-08T04:10:14Z |
At 11:03 AM 8/06/2004 +0800, you wrote:
logoutdate < (CURRENT_TIMESTAMP + 1)
/heLen
> Hi,Select EmpName, EmpID from EMP where logoutdate >= CURRENT_DATE AND
> Thanks, my logout field is Timestamp.
>I want to compare only date value in the
> Timestamp field. How to do it.
> Say, I got Timestamp field with 07/06/2004 15:54:00
> I got date 07/06/2004 00:00:00
> How to do the date comparion between timestamp and date.
logoutdate < (CURRENT_TIMESTAMP + 1)
/heLen