Guest User

Untitled

a guest
Jun 17th, 2018
74
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.13 KB | None | 0 0
  1. BEGIN;
  2. SELECT ... FOR UPDATE; -- touch the rows you _might_ update
  3. do some stuff
  4. UPDATE ...; -- then update them (or not)
  5. COMMIT;
Add Comment
Please, Sign In to add comment