SQL之复制表结构

select * from table where 1=0

select top 0,*  into table2 from table1

posted @ 2017-12-01 19:13  ProZkb  阅读(180)  评论(0)    收藏  举报