Skip to content

Instantly share code, notes, and snippets.

@explorer14
Created July 23, 2021 22: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 explorer14/07c6ae3358c5275536168e88f7d74c63 to your computer and use it in GitHub Desktop.
Save explorer14/07c6ae3358c5275536168e88f7d74c63 to your computer and use it in GitHub Desktop.
set autocommit = off;
Start transaction;
select count(1) from TrxDb.Products where Id = 1000;
update TrxDb.Products set Stock = 8 where Id = 1000 and Version = 1;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment