Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
Home -> Community -> Usenet -> c.d.o.misc -> TIME Arithmetic
Can you subtract one time from another?
EX.
v_start := SYSDATE;
v_end := v_stop_time;
v_lapse := v_end - v_start
Thanks
Vinnie
Litton/PRC
Received on Tue Oct 20 1998 - 08:27:58 CDT