Viewing post 1 (of 1 total)
Try that, for the previous #CallCost table
select aGroup, sum(datediff(ss, '00:00:00', aTime)) totalSecs,
sum(datediff(ss, '00:00:00', aTime)) / 3600 as hrs,
(sum(datediff(ss, '00:00:00', aTime)) / 60) % 60 as mins, -- %...
July 6, 2008 at 12:31 am
Viewing post 1 (of 1 total)
This website stores cookies on your computer.
These cookies are used to improve your website experience and provide more personalized services to you, both on this website and through other media.
To find out more about the cookies we use, see our Privacy Policy