首页 > 数据库 > Oracle > 正文

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

2020-07-26 14:26:44
字体:
来源:转载
供稿:网友
复制代码 代码如下:

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;
发表评论 共有条评论
用户名: 密码:
验证码: 匿名发表