• DaveDB (9/6/2013)


    Hi all,

    I have a rather basic question, but having difficulty.... I need to calculate the difference between 2 times. Any help would be appreciated.

    Example:

    09:28:00 - 09:38:00 = 00:10:00

    You can use the DATEDIFF built-in function.

    select datediff(minute, '09:28:00', '09:38:00');