Quote:
Originally Posted by Skyrider
This appears to be working:
Code:
{
$vbulletin->db->query_write("
UPDATE `user` SET `usergroupid`='10', `displaygroupid`='1' WHERE (`usergroupid`='6')");
}
Is this any good? And if I wish to leave an empty result in a table, how would I perform that?
|
The query you have is the one I gave you and yes it will work I always test before I post.
Leaving any of the columns with any empty value will cause an error