Re: SUM(colname)

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



if i am not mistaken
SELECT SUM(colname) WHERE value = 'value'

only return one row, and that's the sum you want i guess.

Foong


Cesar Aracena <icaam@icaam.com.ar> wrote in message
000001c2be5d$087868a0$7a00a8c0@NOTEBOOK">news:000001c2be5d$087868a0$7a00a8c0@NOTEBOOK...
Hi all,

I'm trying to add all the values from the same column in MySQL with a
query like this:

SELECT SUM(colname) WHERE value = 'value'

But then I can't output it on the screen correctly. I've tried to put
all the results into an array and then make an array_sum($arrayname) and
it gives me exactly the double of what it should... any suggestions? By
the way, the column I'm trying to add is a DOUBLE 6,2.

Thanks in advance,

Cesar L. Aracena
icaam@icaam.com.ar
caracena@infovia.com.ar
(0299) 156-356688
Neuquén (8300) Capital
Argentina






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


[Index of Archives]     [PHP Home]     [PHP Users]     [Postgresql Discussion]     [Kernel Newbies]     [Postgresql]     [Yosemite News]

  Powered by Linux