help me how to do sql query - Printable Version
+- SA-MP Forums Archive (
https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (
https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (
https://sampforum.blast.hk/forumdisplay.php?fid=12)
+--- Thread: help me how to do sql query (
/showthread.php?tid=635028)
help me how to do sql query -
PowerF - 31.05.2017
So I had a table called 'users' and fields called 'vip' and 'vipexpire'(a timestamp value).
I know how to mass set them,but I want to add their values instead of set them,how do i do that?
so for example;
Player1 had $5,000 money
and Player2 had $2,000 money
I want to add $10,000 so Player1 had $15,000 and Player2 had $12,000