Skip to content

Instantly share code, notes, and snippets.

@niktho
Created August 25, 2019 14:04
Show Gist options
  • 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