Hi all,
I'm trying to figure out how to do some math in MySQL. I have a table with a column of intergers. I need to find the sum.
2
2
3
4
+=11
I just can't figure out how to perform the SELECT.
SELECT sum(numbers) WHERE column2 = 'abc';
Can anyone point me in the right direction?
Thanks!