Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Re: sysdate & date columns
> alter session set NLS_DATE_FORMAT='MM-DD-YYYY'; --no time info
> select * from table1 where date1 = sysdate;
>
> This must work!
I'm sorry. Changing NLS_DATE_FORMAT changes the way a date value is DISPLAYED by default. It doesn't change the value itself.
Regards
Emmanuel Received on Thu Jan 20 2000 - 04:01:28 CST
![]() |
![]() |