Luke,

> In one of my mySql tables I have a colum that contains many fields of
> numbers.
> for example
> 
> ------------------------
> | id | Name | Age | Sex |
> ------------------------
> |1   | Jim     |  17  | m    |
> |2   | Dave  |  31  | f      |
> |3   | Fred   | 25   | m    |
> 
> Ok and I want to get the total value of all the ages out of the table. how
> can I get this?


RTFM (MySQL) for COUNT() and SUM() (and many other useful functions).

Regards,
=dn



-- 
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to