I have the following data
Shift_Working_Hours
--------------------
03:45
09:00
08:45
07:50
I want to add up all the values in the Shift_Working_Hours column and I want the result as 28:40. Please guide me how can i do it using SQL. I am using TOAD.