Hi,
Have table with two dates start and end date no supplies received for 31/07/2017 and credits for 30/07/2017
dates similar to start date 13/08/2015 01:30:51 end date 13/08/2015 01:31:07
How can we get the difference in seconds between these dates i.e. 16 seconds
Tried EXTRACT(SECOND FROM NUMTODSINTERVAL(end_date - start_date , 'SECOND')) but got 0.000185185
using oracle 11.2.0.3
Thanks