Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save jwohlfeil/e695270ab9b0342256682a9e2205cd41 to your computer and use it in GitHub Desktop.
Save jwohlfeil/e695270ab9b0342256682a9e2205cd41 to your computer and use it in GitHub Desktop.
UPDATE
customer_entity,
newsletter_subscriber
SET
customer_entity.`group_id` = 5
WHERE
customer_entity.`entity_id` = newsletter_subscriber.`customer_id`
AND
newsletter_subscriber.`subscriber_status` = 1;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment