Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Re: Question about SYSDATE
Nothing is wrong. Oracle stores date in your required format! Query the date
as follows:
>> select to_char(yyy,'DD-MM-YYYY HH24:MI:SS') from xxx;
and you will get the result.
Yours
mm
Erkki Arus <aphex_at_spin.ee> schrieb in im Newsbeitrag:
7ro1ps$1vp$1_at_keeks.cyber.ee...
>
Received on Wed Sep 15 1999 - 08:48:58 CDT
![]() |
![]() |