28.01.2017, 16:29
Hi,
I'am using mysql_tquery in some command i want to do:
update table set money='0'
update table set money='5' WHERE name='xxx'
All i want to do send querie to reset all players in database money, and then set money only for one player. Important that update table set money='0' will be complete first, then update table set money='5' WHERE name='xxx', so if i use mysql_tquery i don't need to worry?
I'am using mysql_tquery in some command i want to do:
update table set money='0'
update table set money='5' WHERE name='xxx'
All i want to do send querie to reset all players in database money, and then set money only for one player. Important that update table set money='0' will be complete first, then update table set money='5' WHERE name='xxx', so if i use mysql_tquery i don't need to worry?