I have a table where I need order a result set by sum a numeric column according to a group by clause.
For example, the table has a salesperson ID, order number, and order value. I want a top 10 list of my top salespeople by accumulated order value.
New to SQL and LINQ, so any advice would be appreciated!