How to convert seconds(int) into HH:MM:SS format in SQL Server?
e.g. 90 should output => 00:01:30
UPDATE
I have two dates START_DATE AND ENDDATE.
I want difference of these dates
Also finally I want to sum up these differences in HH:MM:SS format
1 Answer