Skip to content

Instantly share code, notes, and snippets.

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