MyBB Community Forums
MyBB Community Forums
>
Community Archive
>
Archived Forums
>
Archived Development and Support
>
MyBB 1.6
>
1.6 General Support
> SQL Query ?
Full Version:
SQL Query ?
You're currently viewing a stripped down version of our content.
View the full version
with proper formatting.
Janota
2010-12-26, 01:58 PM
Is there an SQL Query to reset the users profile website field ?
Dylan M.
2010-12-26, 02:57 PM
UPDATE `mybb_users` SET `website` = '' WHERE `website` != '';
Janota
2010-12-26, 03:16 PM
Ah yes , so i assume this is resetting the website field to null (website` = '') were the website field is not null (!=)
pyridine
2010-12-26, 03:20 PM
Yeah.
MyBB Community Forums
>
Community Archive
>
Archived Forums
>
Archived Development and Support
>
MyBB 1.6
>
1.6 General Support
> SQL Query ?