Skip to content

Instantly share code, notes, and snippets.

@garystafford
Last active February 27, 2023 03:20
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 garystafford/4c88ce307acebf59fb525e2a8ce00fe7 to your computer and use it in GitHub Desktop.
Save garystafford/4c88ce307acebf59fb525e2a8ce00fe7 to your computer and use it in GitHub Desktop.
UPDATE ecomm.sale s
SET s.buyerid = 11694
s.qtysold = 3,
s.pricepaid = 600.00,
s.commission = 90.00
WHERE s.salesid = 200;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment