prova così: codice: SELECT tipo, COUNT(tipo) AS totale FROM tabella GROUP BY tipo
SELECT tipo, COUNT(tipo) AS totale FROM tabella GROUP BY tipo
think simple think ringo
Regole del Forum