Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Mailing Lists -> Oracle-L -> Re: TO_CHAR(msg_date, 'HH24:MI:SS.FF')

Re: TO_CHAR(msg_date, 'HH24:MI:SS.FF')

From: david wendelken <davewendelken_at_earthlink.net>
Date: Thu, 20 Jan 2005 00:55:16 -0500 (GMT-05:00)
Message-ID: <22519641.1106200516224.JavaMail.root@dewey.psp.pas.earthlink.net>

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
Received on Thu Jan 20 2005 - 01:04:22 CST

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US