stevenfilip
Programmer
Hi All,
For example I have two colums
country | amount
------------------
usa | 10
uk | 21
usa | 19
usa | 2
uk | 12
usa | 11
Now I would like to output the total of a country
so that I would get :
usa 42
uk 33
How would I do something like that in Coldfusion?
Thanks!
For example I have two colums
country | amount
------------------
usa | 10
uk | 21
usa | 19
usa | 2
uk | 12
usa | 11
Now I would like to output the total of a country
so that I would get :
usa 42
uk 33
How would I do something like that in Coldfusion?
Thanks!