Created
April 29, 2016 21:51
-
-
Save rsds143/10f9ed1a1ae51191a555feff7b09b5af to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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