Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save raflisboa/1f3d55f488577d96276e4d3c02499201 to your computer and use it in GitHub Desktop.
Save raflisboa/1f3d55f488577d96276e4d3c02499201 to your computer and use it in GitHub Desktop.
Laboratório 01 - DP-900
UPDATE [SalesLT].[Address]
SET [City] = 'Nova Cidade'
WHERE [AddressID] = 487
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment