Skip to content

Instantly share code, notes, and snippets.

@rsds143
Created April 29, 2016 21:51
Show Gist options
  • Save rsds143/10f9ed1a1ae51191a555feff7b09b5af to your computer and use it in GitHub Desktop.
Save rsds143/10f9ed1a1ae51191a555feff7b09b5af to your computer and use it in GitHub Desktop.
BEGIN BATCH;
UPDATE users SET name='Jim' where id =1;
UPDATE users_by_ssn set name='Jim' where ssn='888–99–9999';
APPLY BATCH;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment