Skip to content

Instantly share code, notes, and snippets.

@thecarlhall
Created February 2, 2012 14:27
Show Gist options
  • Save thecarlhall/1723701 to your computer and use it in GitHub Desktop.
Save thecarlhall/1723701 to your computer and use it in GitHub Desktop.
update drupal_users
set mail = "seley@aarweb.org"
where mail not like '%@aarweb.org'
and mail not like '%@hallwaytech.com';
update drupal_users
set mail = 'ssnider@aarweb.org'
where name in ('Z22505', 'S00304', 'Z37527', 'Z21587', 'Z38940', 'Z34751');
update drupal_users
set mail = 'sherrick@aarweb.org'
where name in ('S02013', 'L00085', 'Z37692', 'T11080', 'V00167', 'Z39053', 'Z30093');
update drupal_users
set mail = 'rpuckett@aarweb.org'
where name in ('R46175', 'Z25527', 'Z40005', 'Z20245', 'Z26748', 'S78400', 'V02725');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment