UPDATE `mybb_users` SET `birthday` = '' WHERE `usergroup` = 'USERGROUP_ID_HERE';
That will do the trick.
Make always a backup of your database when you run queries yourself, in case it goes wrong.
sql query to remove birthdays from user group
|
« Next Oldest | Next Newest »
|
Messages In This Thread |
sql query to remove birthdays from user group - by andrewjs18 - 2013-10-02, 07:21 PM
RE: sql query to remove birthdays from user group - by Tankey - 2013-10-02, 07:28 PM
RE: sql query to remove birthdays from user group - by andrewjs18 - 2013-10-03, 03:46 AM
|