Vorrei fare la somma di tutti i numeri contenuti nei campi "totale" di questa tabella.codice:CREATE TABLE `tabelle` ( `id` int(11) NOT NULL auto_increment, `totale` int(11) NOT NULL default '0', PRIMARY KEY (`id`) ) TYPE=MyISAM AUTO_INCREMENT=3 ;
COme posso fare ??

Rispondi quotando