Skip to content

Instantly share code, notes, and snippets.

@bartubozkurt
Created June 13, 2021 08:31
Show Gist options
  • Save bartubozkurt/570f67f7c3bdde92a4d0a2252ce33aef to your computer and use it in GitHub Desktop.
Save bartubozkurt/570f67f7c3bdde92a4d0a2252ce33aef to your computer and use it in GitHub Desktop.
update table
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