Skip to content

Instantly share code, notes, and snippets.

@garystafford
Last active February 27, 2023 03:20
Embed
What would you like to do?
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