https://www.experts-exchange.com/questions/27540184/oracle-date-finding-elapsed-time.html
Earlier answered question.
select to_char(floor((sysdate -bleed_end_time)*24),'fm09
') || ':' || to_char(round(mod((sysdate
-bleed_end_time)*24,1) * 60),'fm09')
from units@qlab
where unit_id = 'W039712003106'
by: sdstuberPosted on 2012-01-17 at 06:28:39ID: 37447220
----------------
Now my requirement is changed. Instead of 24 hours it has to be upto 120 hours. Need help in this. Appreciate.