Oracleのバックアップテーブルの簡単なsql命令文
200 ワード
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;
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;