I have the following columns in a table:
SCORE_ID SCORE_PERSON_ID SCORE_VOTE
The SCORE_PERSON_ID is a variable. I need to sum the SCORE_VOTE
SELECT SUM(SCORE_VOTE) FROM SCORES GROUP BY SCORE_PERSON_ID