Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Mailing Lists -> Oracle-L -> Re: TO_CHAR(msg_date, 'HH24:MI:SS.FF')
This works:
select TO_CHAR(systimestamp, 'HH24:MI:SS.FF4') from dual
This doesn't:
select TO_CHAR(sysdate, 'HH24:MI:SS.FF4') from dual
So my guess is that msg_date is the wrong datatype.
-- http://www.freelists.org/webpage/oracle-lReceived on Thu Jan 20 2005 - 01:04:22 CST
![]() |
![]() |