Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.misc -> Re: bug? to_char(DATE,'ddmmyyyy')=00000000 ???

Re: bug? to_char(DATE,'ddmmyyyy')=00000000 ???

From: joachim Carlsson <IKEA-joachim.carlsson_at_neurope.ikea.com>
Date: 1998/03/11
Message-ID: <6e5u3c$tcs$1@mailgate.ikea.com>#1/1

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

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US