日期:2014-05-16 浏览次数:20472 次
?
(1) create table xxxtemp as select * from xxx where <conditions>
(2) drop table xxx;
(3) create table xxx as select * from xxxtemp;