1、只复制结构,不复制数据

select * into B from A where 1=2

 

2、复制结构和数据

select * into B from A

相关文章: