Jump to the post that solved this thread.
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Solved: 11 Years, 3 Months, 4 Weeks ago sql query to remove birthdays from user group
#1
Solved: 11 Years, 3 Months, 4 Weeks ago
hi all,

what would be the sql query that I can run to remove the birthdays from a specific user group?
#2
Solved: 11 Years, 3 Months, 4 Weeks ago
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.
#3
Solved: 11 Years, 3 Months, 4 Weeks ago
(2013-10-02, 07:28 PM)Tankey Wrote:
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.

thanks!
Jump to the post that solved this thread.


Forum Jump:


Users browsing this thread: 3 Guest(s)