1、只复制结构,不复制数据 select * into B from A where 1=2 2、复制结构和数据 select * into B from A 相关文章: 2022-12-23 2021-05-28 2021-05-26 2021-07-25 2021-07-28 2022-12-23 2022-01-17 2022-12-23