Hi Experts,
I am looking for a way to calculate interval between two dates. And get the result in 'dd.mm.yyyy hh24:mi:ss' format.
select sysdate - to_date('1.1.2000 12:00:00','dd.mm.yyyy hh24:mi:ss') from dual
Any best practices for a problem like this?
Best regards,
Igor