PL/SQL (MOSC)

MOSC Banner

Getting precision with systimestamp.

edited Oct 8, 2009 1:07AM in PL/SQL (MOSC) 2 commentsAnswered
I would like to get from systimestamp another 3 digits after the seconds. For example:

select to_char(systimestamp, 'ddmmyyyyhh24miss') from dual;

I want to extent the above in 3 more precision digits. Does someone knows how I need to use above command.

Thanks

Howdy, Stranger!

Log In

To view full details, sign in to My Oracle Support Community.

Register

Don't have a My Oracle Support Community account? Click here to get started.

Category Leaderboard

Top contributors this month

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center