Skip to content

Instantly share code, notes, and snippets.

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 gdoddsy/a576f5b6157170dab0e43cff581264a7 to your computer and use it in GitHub Desktop.
Save gdoddsy/a576f5b6157170dab0e43cff581264a7 to your computer and use it in GitHub Desktop.
CREATE TABLE AggregateTest
(
ID INT IDENTITY(1, 1) PRIMARY KEY NOT NULL
,Gate VARCHAR(5) NULL
,LastUsedDateTime DATETIME2(7) NULL
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment