Skip to content

Instantly share code, notes, and snippets.

@llekn
Created October 25, 2021 12:00
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 llekn/8f7c6bffb5be489dbfd07dd6228dc88a to your computer and use it in GitHub Desktop.
Save llekn/8f7c6bffb5be489dbfd07dd6228dc88a to your computer and use it in GitHub Desktop.
UPDATE accounts SET balance = balance + 100.00 WHERE name = 'Bob';
UPDATE accounts SET balance = balance - 100.00 WHERE name = 'Alice';
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment