|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
AT&T devCentral & BlackBerry(r) Webcast Series: BlackBerry and GPS -Build Location Awareness into your BlackBerry Applications, July 10th-1:00PM EST. Register Today!
|
|
#1
|
|||
|
|||
|
Adding up the values of a column
Is there a way of adding up the values of a column in a MySQL database. I have a column full of number for different rows and i would like to calculate the total that numbers in the column make up. any ideas?
|
|
#2
|
||||
|
||||
|
RE: Adding up the values of a column
SELECT SUM(field) AS sum FROM table WHERE...
B |
![]() |
| Viewing: Codewalkers Forums > PHP Related > PHP Coding > Adding up the values of a column |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|
|
|
|