The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
||||
|
||||
mass update of users Help...
I need to do a mass update of users based on some field in different tables
I have written some SQL but it would not work under mysql (in the office DB2 and oracle are ok with this kind of sql) This is what I am trying to run : Code:
UPDATE user,userfield SET user.usergroupid=8 WHERE userfield.userid=user.userid AND userfield.field8= 'United Kingdom' AND user.usergroupid='5' Thanks LeMarsu |
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|