Realy new to SQL.
Mamaged to put this together :
SELECT ITEM, "DESC" , SUM (QTYSHIPPED) as "Total Units Sold" FROM "OEINVD" where ITEM in('80-5 - - ','80-5P- - ','80-6 - - ','80-6P- - ','80-7 - - ','80-7P- - ' ) group by "DESC" ,ITEM
How would I get a grand total of this query also ?
Mamaged to put this together :
SELECT ITEM, "DESC" , SUM (QTYSHIPPED) as "Total Units Sold" FROM "OEINVD" where ITEM in('80-5 - - ','80-5P- - ','80-6 - - ','80-6P- - ','80-7 - - ','80-7P- - ' ) group by "DESC" ,ITEM
How would I get a grand total of this query also ?