THNKS FOR HELP: Counting up numerical values in a table

2002-01-02 Thread Anton
Thanks for all the help with counting up numer. values. Thanks also to Richard, and Eskom for providing us the power to drive not only our PC's but also powering solutions to our DB problems ! ;-) Regards Anton (JHB, RSA) Richard Ellerbrock writes: > select sum(colnam) as x from table w

RE: Counting up numerical values in a table

2002-01-02 Thread Intruder
>> I am trying to add floating point numbers, and also plain >> numerical values, >> - I have looked on mysql.com but I only seem to find stuff that >> relate to >> counting rows of a certain defined value - like count where something = >> something, but I want to say "give me a numerical total v

Counting up numerical values in a table

2002-01-02 Thread Anton
I am trying to add floating point numbers, and also plain numerical values, - I have looked on mysql.com but I only seem to find stuff that relate to counting rows of a certain defined value - like count where something = something, but I want to say "give me a numerical total value" for a col