Hello everyone.
I am have a tough time here and need some help.
I am trying to find the diff between 2 times and display result in hrs or min - but I am not getting the result.
Here is eg. of my query
select to_number((finish_time)-(start_time))
if finish_time is 15:30 and start_time is 14:00 I expect the result to be 1.5 or 90
can anyone help? thanks
frank
I am have a tough time here and need some help.
I am trying to find the diff between 2 times and display result in hrs or min - but I am not getting the result.
Here is eg. of my query
select to_number((finish_time)-(start_time))
if finish_time is 15:30 and start_time is 14:00 I expect the result to be 1.5 or 90
can anyone help? thanks
frank