Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.misc -> Re: Expression needed
"MAB" <bad-email_at_nowhere.com> a écrit dans le message de news:2mv4i5Frkl64U1_at_uni-berlin.de...
> What's the expression to convert strings of the type '28-JUL-04' to
> '2004/07/28' ?
>
> thx
>
to_char(to_date('28-JUL-04','DD-MON-RR'),'YYYY/MM/DD')
-- Regards Michel CadotReceived on Fri Jul 30 2004 - 11:10:46 CDT
![]() |
![]() |