SQL> alter table c_location disable primary key cascade;
表已更改。
SQL> truncate table c_location;
表已截掉。
SQL> alter table c_location enable primary key;
表已更改。
日期:2014-05-16 浏览次数:20480 次
SQL> alter table c_location disable primary key cascade;
表已更改。
SQL> truncate table c_location;
表已截掉。
SQL> alter table c_location enable primary key;
表已更改。