Created
June 13, 2021 08:34
-
-
Save bartubozkurt/93b155fd18e26f38d56c3ada86b089ba to your computer and use it in GitHub Desktop.
UPDATE multiple records in database
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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