I need to get the difference between two dates in datetime format: HH:mm:ss. Is it possible using some T-SQL function? I always used DATEDIFF but it returns only int.
I need to get the difference between two dates in datetime format: HH:mm:ss .
Share
1 Answer