Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Re: dates
> select * from table where initial_date < '01-Jan-99' and final_date >
> '01-Jan-99';
>
try the to_date function: to_date ('01-Jan-99', 'dd-mon-yy' Received on Wed Jun 02 1999 - 14:36:14 CDT
![]() |
![]() |