SQLServer复制表结构

select * into B from A where 1 = 0
where 1 = 0这个条件是永远不成立的,所以这个select是取不到数据的,只能复制表结构.

编程技巧