29.11.2015, 15:20
You're missing kills and deaths in the first query, but since you're updating that in the second query You should remove it from the first.
You should rethink your database schema. MySQL is a relational database management system. If you're cramming everything into one table, there is no relation. My advice, separate it into multiple tables.
You should rethink your database schema. MySQL is a relational database management system. If you're cramming everything into one table, there is no relation. My advice, separate it into multiple tables.