select subset.company,' Total' as CallID,sum(round((stopwatch * 60) + 0.5, 0)) as 'TOTAL MINS'from heat.dbo.subset as subset,heat.dbo.calllog as calllog where subset.callid=calllog.callid group by subset.company,subset.custid order by subset.company
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.