Is it possible to sum a row from a table to a row to another table? – Mysql
I have 2 tables made like so: NickName Points Player 1 15 Player 2 8 NickName Points Player 1 33 Player 2 22 and I need to get this table: NickName Points Player 1 48 Player 2 30 Is it…