Skip to content

Instantly share code, notes, and snippets.

@hsuyuming
Created August 22, 2019 17:11
Show Gist options
  • Save hsuyuming/ab7010152861e5024a97601de6a3bb80 to your computer and use it in GitHub Desktop.
Save hsuyuming/ab7010152861e5024a97601de6a3bb80 to your computer and use it in GitHub Desktop.
BEGIN TRANSACTION;
update dbo.TEST set id = 11 where id =9;
COMMIT TRANSACTION;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment