Getting precision with systimestamp.
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
0