Skip to content

Instantly share code, notes, and snippets.

@niktho
Created August 25, 2019 14:04
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 niktho/893eeb109b92adf40352bf7063ffe82a to your computer and use it in GitHub Desktop.
Save niktho/893eeb109b92adf40352bf7063ffe82a to your computer and use it in GitHub Desktop.
ALTER TABLE dbo.Customer
ADD Age TINYINT NOT NULL;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment