User Profile
Collapse
-
Thank you very much, I should have posted ealier instead of wasting so much time my self heh -
Data Mashing
Hey peoples,
Im having an issue mashing data from multiple tables together. Me as well as some co-workers have been playing with it but alas no luck.
Im sure its some newbie mistake but here it goes...
Query 1
select orgid, sum(calls) as 'Calls'
from dbo.TechL_LOps_ CHandled_View
where dayid = 20080120
group by orgid
order by orgid
Output
...
No activity results to display
Show More
Leave a comment: