摘要: 如果目标表存在: insert into 目标表 select * from 原表; 如果目标表不存在: select * into 目标表 from 原表; 阅读全文
posted @ 2021-12-14 11:47 ~且听风吟~ 阅读(21) 评论(0) 推荐(0) 编辑