标签: sql tsql
如何从现有表中创建一个空表?
答案 0 :(得分:3)
在这里,我们将学生表复制到另一个结构相同但又没有行复制的表
Select * into studentcopy from student where 1=2