oracle 数据库 主键索引重建

oracle 数据库 主键索引重建

alter table table_name drop primary key;

alter table table_name add constraint pk_index_name primary key(row_name);

posted @ 2019-10-29 14:16  秋语  阅读(2237)  评论(0编辑  收藏  举报