?
?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;
日期:2014-05-16 浏览次数:20658 次
?
?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;