Skip to content

Instantly share code, notes, and snippets.

@makmac213
Created February 11, 2013 02:35
Show Gist options
  • Save makmac213/4752079 to your computer and use it in GitHub Desktop.
Save makmac213/4752079 to your computer and use it in GitHub Desktop.
Change email addresses to test emails.
UPDATE users
SET username = Substring(username, 1, Charindex('@', username))
+ 'mailcatch.com'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment