Salve a tutti,
ho la seguente query:
$query = "SELECT SUM(a1), SUM(a2), SUM(a3), SUM(a4) FROM $tabella";
come faccio a stampare queste quattro somme in odine decrescente
Grazie
Salve a tutti,
ho la seguente query:
$query = "SELECT SUM(a1), SUM(a2), SUM(a3), SUM(a4) FROM $tabella";
come faccio a stampare queste quattro somme in odine decrescente
Grazie
lupo