SELECT SUM(Row_x) FROM Table_y;

Tom

Ben Cairns wrote:

> I have a slight problem with this....
>
> I am returning numerical values (i.e. 22.64, 2.54 etc. All with two Decimal
> Places) from a database. I then want to add these together.
>
> But, I don't know how many rows there are, so I cant do:
> $row+$row
> There may only be one row, or there may be hundreds of rows. How can I add
> all of the values together?
>
> Any help appreciated, cos. I'm stuck!..
>
> -- Ben Cairns - Head Of Technical Operations
> intasept.COM
> Tel: 01332 365333
> Fax: 01332 346010
> E-Mail: [EMAIL PROTECTED]
> Web: http://www.intasept.com
>
> "MAKING sense of
> the INFORMATION
> TECHNOLOGY age
> @ WORK......"
>
> --
> PHP Windows Mailing List (http://www.php.net/)
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> To contact the list administrators, e-mail: [EMAIL PROTECTED]

-- 
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to