Skip to content

Instantly share code, notes, and snippets.

@bartubozkurt
Created June 13, 2021 08:36
Show Gist options
  • Save bartubozkurt/5216148a61e906b239a6426f7b6aaead to your computer and use it in GitHub Desktop.
Save bartubozkurt/5216148a61e906b239a6426f7b6aaead to your computer and use it in GitHub Desktop.
Be careful when updating records. If you omit the WHERE clause, ALL records will be updated!
UPDATE Customers
SET ContactName = 'Sanchez';
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment