I want to subtract 2 dates and represent the result in hour and minute in one decimal figure.
I have the following table and I am doing it in this way but the result
Try this
round(to_number(end_time - start_time) * 24)