Il gruppo per 1 non è supportato in SQL Server ma puoi inserire lo stesso codice in questo modo:
select SUM(PRICE) as Total
from MyTable
having count(PRICE) > 0
Il gruppo per 1 non è supportato in SQL Server ma puoi inserire lo stesso codice in questo modo:
select SUM(PRICE) as Total
from MyTable
having count(PRICE) > 0