您的位置:首页 > 数据库 > Oracle

oracle 数据备份

2016-06-23 22:06 393 查看
   create table cop_cop_or_header_20160623 as select * from cop_cop_or_header;

select count(1) from cop_cop_or_header;

insert into cop_cop_or_header select * from cop_cop_or_header_20160623

delete from cop_cop_or_header cch where cch.fupdate_date > to_char(sysdate - 500,'yyyy-mm-dd hh24:mi:ss')

fupdate_date > to_char(sysdate - 180,'yyyy-mm-dd hh24:mi:ss')
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: