您现在的位置是:网站首页> 编程资料编程资料

Oracle中备份表的简单sql命令语句_oracle_

2023-05-27 428人已围观

简介 Oracle中备份表的简单sql命令语句_oracle_

复制代码 代码如下:

create table bmpforest.E_PKG_ATPCFG_BAC as select * from bmpforest.e_pkg_atpcfg where 1=2
insert into E_PKG_ATPCFG_BAC select * from E_PKG_ATPCFG;

-六神源码网