Posted by: Khairey May 3, 2010
SQL server roll-up function help
Login in to Rate this Post:     0       ?        
I am not into SQL now, but based on what I learned from school, I think it is:

Select Category, sum (Category) as Subtotal from mytable group by Category;
(don't know if keyword as should be there or not for MS SQL)

Isn't it that easy ?




Last edited: 03-May-10 03:44 PM
Read Full Discussion Thread for this article