Hello,
I am trying to work on this MySQL query but it seems failing.
For other column it works such as credits, and volume. How can I set all my users to have the VIP status? Immediate help will be appreciated!
Thanks.
I am trying to work on this MySQL query but it seems failing.
Code:
UPDATE users SET vip = 1
For other column it works such as credits, and volume. How can I set all my users to have the VIP status? Immediate help will be appreciated!
Thanks.