Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Re: ms accuracy from Oracle
Joel Nylund wrote:
>
> I can get the time from oracle by doing a :
>
> Select to_char( SYSDATE, 'HH24:MI:SS:MM' ) SYSTEM_TIME from dual;
>
> but this only gives me seconds.
>
> I would like to do some benchmarks on SQL statements using millisecond
> precision, any ideas?
>
> thanks
> Joel
You may want to try this
-- NarenReceived on Thu Apr 03 1997 - 00:00:00 CST
![]() |
![]() |