Calculated time in seconds, now you need to translate seconds into decimal
so that you can see the work time, for example, as 0.25 hours. I won’t figure out how to use the CONVERT
function CONVERT
SUM((DATEPART(hh, rd)*3600)+(DATEPART(mi, rd)*60) + (DATEPART(ss, rd))) as vremya