(1).select * into destTbl from srcTbl(2).insert into destTbl(fld1, fld2) select fld1, 5 from srcTbl 相关文章: 2022-12-23 2022-12-23 2021-12-15 2022-12-23 2022-12-23 2021-06-14 2022-12-23 2021-06-13