Skip to content

Instantly share code, notes, and snippets.

@mcjwsk
Created February 2, 2016 08:08
Show Gist options
  • Save mcjwsk/694c3fb018206a49bd3a to your computer and use it in GitHub Desktop.
Save mcjwsk/694c3fb018206a49bd3a to your computer and use it in GitHub Desktop.
UPDATE customer_entity SET email = REPLACE(email, '@', '-test@abcxyz123-');
UPDATE sales_flat_order SET customer_email = REPLACE(customer_email, '@', '-test@abcxyz123-');
UPDATE sales_flat_order_address SET email = REPLACE(email, '@', '-test@abcxyz123-');
UPDATE sales_flat_order_grid SET customer_email = REPLACE(customer_email, '@', '-test@abcxyz123-');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment