Hi there,
SELECT total_wins FROM test_characters
WHERE character_id = $user_id
I'm currently trying to make a query that will select the total_wins column then search all rows that equal the character_id and then add all the values of the given rows together.
Could someone advise me the best way to do this?.
Thanks. 🙂