• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!

SQL help!

kito2

www.masteria.net
Joined
Mar 9, 2009
Messages
3,764
Solutions
1
Reaction score
227
Location
Chile, Santiago
Hi, I need a command for SQL that update all premdays that have 0 to 7, without replacing the account that have premium days...

Like this for example:
PHP:
UPDATE accounts SET premdays = premdays + 5 WHERE premdays != 0
This update al premdays that are not 0, and add 5 days... someone knows how to do what im asking for?
 

Similar threads

Back
Top