Skip to content

Instantly share code, notes, and snippets.

@kubawieczorek
Last active January 8, 2023 10:08
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 kubawieczorek/adeef1aff698e065d830a0a0ad8a145c to your computer and use it in GitHub Desktop.
Save kubawieczorek/adeef1aff698e065d830a0a0ad8a145c to your computer and use it in GitHub Desktop.
BEGIN;
UPDATE employees
SET payment = payment + 1000
WHERE employeeid = 1;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment