MyBB Community Forums

Full Version: SQL Query ?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Is there an SQL Query to reset the users profile website field ?
UPDATE `mybb_users` SET `website` = '' WHERE `website` != '';
Ah yes , so i assume this is resetting the website field to null (website` = '') were the website field is not null (!=)
Yeah.