On Fri, 21 Jun 2002 [EMAIL PROTECTED] wrote:
> Hello
>
> I have a question regarding date_ge() and time_ge().
>
> This statement works :
>
> select * from userlog where date_ge(ul_timestamp, '20.06.2002')
>
>
> This statement doesn't work :
>
> select * from userlog where time_ge(ul_timesta
Hello
I have a question regarding date_ge() and time_ge().
This statement works :
select * from userlog where date_ge(ul_timestamp, '20.06.2002')
This statement doesn't work :
select * from userlog where time_ge(ul_timestamp, '08:00:00')
Here are some records from userlog :
(See attached