Created
March 4, 2016 15:36
-
-
Save LanceMcCarthy/54fa7281ea328af82a7f to your computer and use it in GitHub Desktop.
Copy a table's schema without the data
This file contains 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
create table newtable as select TOP 0 * from oldtable |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment