![]() |
SQL querie actions
Can someone help me with this, I think it shuld be easy..
I need the sql queries to: - Make all users have 0 points - Add all users 100 points - Add specific users 1000 points :) Thank you |
[sql]UPDATE user set uttpoints = 0;[/sql]
[sql]UPDATE user set uttpoints = uttpoints + 100;[/sql] [sql]UPDATE user set uttpoints = uttpoints + 1000 WHERE userid = 1;[/sql] |
Thank you so much Marco!! I appreciate it :)
|
All times are GMT. The time now is 12:27 PM. |
Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|