The Arcive of vBulletin Modifications Site. |
|
|
#1
|
|||
|
|||
|
I need to delete all avatars belonging to users in a specific usergroup. What query can I use to do this?
|
|
#2
|
|||
|
|||
|
I think:
[sql] DELETE FROM customavatar WHERE user.userid = customavatar.userid AND user.usergroupid = usergroupid; [/sql] |
![]() |
|
|