Mysql如何删除索引

第二代 > mysql > 命令

Mysql删除索引命令:

drop index idx_id on table1;
alter table table1 drop index ind_id;


©2013-2023 第二代