Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save raflisboa/d488ab1e3fe69d0b5056dd00cdbe6975 to your computer and use it in GitHub Desktop.
Save raflisboa/d488ab1e3fe69d0b5056dd00cdbe6975 to your computer and use it in GitHub Desktop.
Laboratório 01 - DP-900
INSERT INTO [SalesLT].[Address] ([AddressLine1], [City], [StateProvince], [CountryRegion], [PostalCode], [rowguid], [ModifiedDate])
VALUES ('Rua Teste', 'Cidade Teste', 'Estado Teste', 'País Teste', '12345', NEWID(), GETDATE())
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment