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-l

Other related posts: