Sir/Mam,
I am using Oracle 11g.I have the following table by the name "Timeduration". It contains time specified in hours and minutes.I want to get the total time in hour and minutes.
Timeduration
05:37
06:40
03:45
02:50
07:58
I want the total time as 25:30. How can i write the code for this?? Please help me out."