27.03.2016, 22:50
[code]UPDATE players SET Registered = %d WHERE id = %d"[code]
Avoid `, MySQL will work without `. Also ' use when you want put string into query(so MySQL will Know what is string you want to put, and what is query)
Avoid `, MySQL will work without `. Also ' use when you want put string into query(so MySQL will Know what is string you want to put, and what is query)
Код:
UPDATE players SET Name = 'Carl Johnson' WHERE ID = 1