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!

how to view time format with milliseconds

415196Aug 31 2005 — edited Aug 31 2005
i want to view time HHMISS concatenate with millisec in one function.

select sysdate, to_char(sysdate, 'HHMMSShh') HHMMSShh, to_char(sysdate, 'HHMISS') HHMISS, extract(second from localtimestamp) SEC_MILL, round(mod(extract(second from systimestamp),1), 2) MILLI from dual

Any one help me.

atif
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Sep 28 2005
Added on Aug 31 2005
1 comment
10,400 views