kito2
www.masteria.net
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:
This update al premdays that are not 0, and add 5 days... someone knows how to do what im asking for?
Like this for example:
PHP:
UPDATE accounts SET premdays = premdays + 5 WHERE premdays != 0