18.03.2017, 21:02
You don't necessarily need to put SET before every column name, you can simply insert it before the first one... eg:
Quote:
UPDATE players SET kills = %d, Deaths = %d, ... WHERE condition = your_condition ",...); |