2012-02-27, 05:00 PM
Hi;
I need to generate a query to run it in PHPMyadmin and move all user inside group 10 and have less than 3 post to group 11.
can anyone help me?
is it true?
I need to generate a query to run it in PHPMyadmin and move all user inside group 10 and have less than 3 post to group 11.
can anyone help me?
is it true?
UPDATE `mybb_users` SET `usergroup`=11 where `usergroup`=10 and `postnum`<3