is it possible to get an exact duration between timestamps? for example;
Start time = 2022-02-24 11:27:00
End time = 2022-04-26 12:00:00
Duration = 48hrs 33mins
Originally I was using the date diff but that only brings back the hours but the requirements have since changed. Also tried using date name & date part functions..
any suggestions??