BarbaraFuhrmann
Programmer
Hi,
I know that
select to_char(sysdate, 'DD.MM.YYYY HH24:MI:SS') as stamp from dual;
results in
STAMP
-------------------
15.07.2005 10:42:36
How do I have to modify the command to achieve something like
STAMP
-----------------------
15.07.2005 10:42:36:067
??
Thank you
Barbara
I know that
select to_char(sysdate, 'DD.MM.YYYY HH24:MI:SS') as stamp from dual;
results in
STAMP
-------------------
15.07.2005 10:42:36
How do I have to modify the command to achieve something like
STAMP
-----------------------
15.07.2005 10:42:36:067
??
Thank you
Barbara