is it possible to create a sql that will group entry_ID and entry_ID_1 and sum up the score form score and score"_1?
out put come up like this
entry_ID score
-------------------------
2015 109
2006 54
2010 55
here is my table
activity entry_ID score entry_ID_1 score_1
------------------------------------------------------
4012 2015 55 2006 54
4012 2010 55 2015 54