Thanks for the hint
I tried this function, and indeed, it show the number of hours correctly, for example 37. (format hh)
But to return on my initial question, how can I have the format look like hh:mm:ss, for example 37:34:36 ?
I tried to reconstruct this using datediff and timeserial as...