当前位置:主页 > 数据库 > Oracle >

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

时间:2021-04-12 08:52:10 | 栏目: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;

您可能感兴趣的文章:

相关文章