User Profile

Collapse

Profile Sidebar

Collapse
SaAether
SaAether
Last Activity: Jan 31 '08, 07:55 PM
Joined: Jan 31 '08
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • SaAether
    replied to Data Mashing
    Thank you very much, I should have posted ealier instead of wasting so much time my self heh
    See more | Go to post

    Leave a comment:


  • SaAether
    started a topic Data Mashing

    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

    ...
    See more | Go to post
No activity results to display
Show More
Working...