MyBB Community Forums

Full Version: Need MYSQL query which will reset all signatures of users who has less than 5 posts
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hello. I need a MYSQL query which will reset all signatures of users who has less than 5 posts.

Thank you.
UPDATE mybb_users SET signature = '' WHERE postnum < 5