Skip to Main Content

SQL & PL/SQL

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Adding a millisecond in a timestamp

TinaOct 9 2013 — edited Oct 9 2013

Hi Gurus,

I am using timestamp format in a proc.

select  TO_CHAR(SYSTIMESTAMP, 'mm/dd/yyyy hh24:mi:ss.ff2') FROM DUAL;

I am trying to add millisecond and display it as timestamp.

Could you please help?

Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Nov 6 2013
Added on Oct 9 2013
2 comments
3,880 views