Created
June 13, 2021 08:31
-
-
Save bartubozkurt/570f67f7c3bdde92a4d0a2252ce33aef to your computer and use it in GitHub Desktop.
update table
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 ContactName = 'Karl John', City= 'İZMİR' | |
WHERE CustomerID = 89; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment