I have this table:
ID SUM
1 2
2 5
3 3
There is any function to give me the total of SUM column:
2+5+3=10
I can calculate them using math such as $i=$i+$row[sum] .. but I ask about function to do that auto.
Thanks...
|
Results 1 to 6 of 6
Thread: MySQL (TOTAL)Threaded View
|
Click Here to Expand Forum to Full Width |