Created
July 28, 2021 00:37
-
-
Save thirdwheel/4fc24ed799241edab454ea47fe87772e to your computer and use it in GitHub Desktop.
TSQL lets you create tables like this
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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