We're switching our domain name and because of that a few websites that we use have our old domain as the username/email address. Is there a way to SQL command that change without having to go into 700+ user accounts?
Something like: ```
UPDATE users
SET user_login
= '*olddomain', display_name
= '*olddomain' TO 'newdomain'