query to move 20,000 members to temp usergroup based upon userid
Is the following manual query safe to run to move a large amount of users to a different primary usergroup based upon their userid?
[SQL]
UPDATE user
SET usergroupid = 34
WHERE userid < 24509
[/SQL]
Just want to make sure nothing is missed (settings / data in other tables) when doing such thing through CP
Thanks!
|