Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.misc -> Time Operations
Hello
I'm trying to do some time calculations like:
select to_date('03:15:00', 'hh:mi:ss') - to_date('03:00:00', 'hh:mi:ss')
test
from dual;
TEST
The problem is to set 'TEST' back to a time (resp. date) format. Any suggestions?
Thanks
Dan
Received on Tue Jan 04 2000 - 06:34:39 CST
![]() |
![]() |