a) 插入新表 select * into newtable from table b) 插入已经存在的表 insert into table select * from table2 where... 相关文章: 2021-05-18 2021-05-27 2022-12-23 2022-12-23 2022-12-23 2022-12-23 2022-12-23