Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.misc -> Re: bug? to_char(DATE,'ddmmyyyy')=00000000 ???
I think your select looks very strange.
This will however work
select to_char(to_date('09091997', 'MMDDYYYY'), 'MMDDYYYY') from dual; select to_char(sysdate, 'MMDDYYYY') from dual;
I think your format mask is incorrect. Or something is wrong with observe date. Received on Wed Mar 11 1998 - 00:00:00 CST
![]() |
![]() |