vb.org Archive
>
Community Discussions
>
Modification Requests/Questions (Unpaid)
> Delete avatars by usergroup
PDA
View Full Version :
Delete avatars by usergroup
Night Owl
06-19-2003, 10:08 PM
I need to delete all avatars belonging to users in a specific usergroup. What query can I use to do this?
filburt1
06-19-2003, 10:40 PM
I think:
DELETE FROM customavatar WHERE user.userid = customavatar.userid AND user.usergroupid = usergroupid;
vBulletin® v3.8.12 by vBS, Copyright ©2000-2025, vBulletin Solutions Inc.