Hi,
I need to substract two dates so i get the difference between them in seconds. When i do something like :
select to_date('14-02-2002 11:30:03', 'DD-MM-YYYY HH:MI:SS') - to_date('14-02-2002 10:30:00', 'DD-MM-YYYY HH:MI:SS') from dual
I get 0,0417013888888889 as a result. Not really 3...
Please help,
I need to write a VB application using ADO to connect to a Oracle server. We will be doing insert, update and select statements on the Oracle database.
The database is allready in production, and i need to know what impact a update / insert statement can have on a oracle database...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.