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 thirdwheel/4fc24ed799241edab454ea47fe87772e to your computer and use it in GitHub Desktop.
Save thirdwheel/4fc24ed799241edab454ea47fe87772e to your computer and use it in GitHub Desktop.
TSQL lets you create tables like this
select cast(null as varchar(75)) test_id, cast(null as varchar(150)) test_item, cast(null as int) test_value
into test_table
where 1=0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment