Posts by lemon5 • 29 points
1 post
-
2
votes2
answers967
viewsQ: Add and split results in the same query
How do I fix this situation? $q = mysql_query("SELECT *, COUNT(*) as total, SUM(bolas_agarradas+bolas_espalmadas) as defesas, SUM(bolas_agarradas+bolas_espalmadas+gols_sofridos) as chances,…