Skip to content

Instantly share code, notes, and snippets.

@bartubozkurt
Created June 13, 2021 08:34
Show Gist options
  • Save bartubozkurt/93b155fd18e26f38d56c3ada86b089ba to your computer and use it in GitHub Desktop.
Save bartubozkurt/93b155fd18e26f38d56c3ada86b089ba to your computer and use it in GitHub Desktop.
UPDATE multiple records in database
UPDATE Customers
SET CustomerName = 'Bartu',
CustomerID = 91
WHERE Country= 'Poland';
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment