Dovresti farlo direttamente in MySQL quando esegui la query (se possibile):
SELECT DISTINCT Type, SUM(Price) as Total FROM table_name GROUP BY Type
Dovresti farlo direttamente in MySQL quando esegui la query (se possibile):
SELECT DISTINCT Type, SUM(Price) as Total FROM table_name GROUP BY Type