I have a selection to find the difference between two dates
select SUBSTR(to_timestamp('19.09.2019 11:26:00', 'dd.mm.yyyy hh24:mi:ss' ) - to_timestamp('01.01.2019 00:00:00' , 'dd.mm.yyyy hh24:mi:ss' ),8, 12) diff
from dual
The answer I teach is correct
261 11:26:00
Is it possible to somehow get the answer of this format
261 day 11 hour 26 min 00 sec