Skip to content

Instantly share code, notes, and snippets.

@adaoex
Last active June 25, 2018 16:18
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save adaoex/017e3b22de6053d17b6b9b85f4a701e2 to your computer and use it in GitHub Desktop.
Save adaoex/017e3b22de6053d17b6b9b85f4a701e2 to your computer and use it in GitHub Desktop.
CREATE TABLE Table_TEST
(
Id INT IDENTITY(1,1),
Data DATETIME
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment