so im trying to get a dynamicly generated sql query to update these lines but i keep getting an error. and i cant really understand whats wrong with it.
so.. got any clues?
Query:
UPDATE abilities
SET STR=8, DEX=8, CON=8, INT=8, WIS=8, CHA=8, Points=0
WHERE ID=1
Error:
You have an error in your SQL syntax; check the manual that corresponds to your MySQL
server version for the right syntax to use near 'INT=8, WIS=8, CHA=8, Points=0 WHERE
ID=1' at line 2