UPDATE TAble.
#4

I believe you can, via a ';' (semicolon) in the query, but I really can't see why it's that necessary.
The INSERT does the job well, use UPDATE whenever you actually need to update the data, not right after inserting new ones.

pawn Код:
INSERT INTO players (name) VALUES ('%s'); UPDATE players SET Xp='%d'
Reply


Messages In This Thread
UPDATE TAble. - by audriuxxx - 10.12.2013, 20:48
Re: UPDATE TAble. - by Tayab - 10.12.2013, 21:36
Re: UPDATE TAble. - by StuartD - 10.12.2013, 21:37
Re: UPDATE TAble. - by Loot - 10.12.2013, 23:41

Forum Jump:


Users browsing this thread: 1 Guest(s)