Skip to content

Instantly share code, notes, and snippets.

@tdmitch
Created June 16, 2020 23:27
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tdmitch/afc65756e65285691294cf19fe82bbe7 to your computer and use it in GitHub Desktop.
Save tdmitch/afc65756e65285691294cf19fe82bbe7 to your computer and use it in GitHub Desktop.
BEGIN TRAN
INSERT #idtest
VALUES ('Hop')
, ('Skip')
, ('Jump')
ROLLBACK TRAN
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment