Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
Home -> Community -> Usenet -> c.d.o.server -> Re: query regarding system time
June Moore wrote:
> Hi,
> Is there any way I can check if the system time is between a certain
> range (e.g. 3 - 9 pm)?
> e.g. select * from <table> where systime >= "15:00" and systime <=
> "21:00";
>
> thanks..
> JM
>
Yes.
Using sysdate, actually.
-- Regards, Frank van Bortel Top-posting is one way to shut me up...Received on Sat Sep 10 2005 - 05:52:14 CDT