07 2021 档案

Oracle复制表中数据
摘要:一、insert into select insert into table1 (字段1,字段2) select 字段1,字段2 from table2 这种方式需要table1表和对象的字段都必须存在 二、create table as select create table table1 as 阅读全文

posted @ 2021-07-07 15:07 lovezj9012 阅读(344) 评论(0) 推荐(0)

导航