#添加索引
alter table 表名 add index 索引名称(列名1, 列名2);alter table 表名 add index 索引名称(列名1, 列名2, 列名3);alter table 表名 add index 索引名称(列名);#删除索引
drop index 索引名称 on 表名;本文共 156 字,大约阅读时间需要 1 分钟。
#添加索引
alter table 表名 add index 索引名称(列名1, 列名2);alter table 表名 add index 索引名称(列名1, 列名2, 列名3);alter table 表名 add index 索引名称(列名);#删除索引
drop index 索引名称 on 表名;转载地址:http://yfgxo.baihongyu.com/