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

Oracle删除大表数据

Oracle删除大表数据
 
 create table test_temp as select * from test t where t.add_data >= '20100817000000';
 
 create table temp as select * from T1 where ......
 
drop table t1 
 
alter table temp rename t1;
 
Oracle
MySQL
Access
SQLServer
DB2
Excel
SQLite
SYBASE
Postgres
如果你遇到数据库难题:
请访问www.zzzyk.com 试试
CopyRight © 2012 站长网 编程知识问答 www.zzzyk.com All Rights Reserved
部份技术文章来自网络,