TO_CHAR(msg_date, 'HH24:MI:SS.FF ') 2005-01-20 - By david wendelken
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-l
|
|