标签:price bsp -- 表名 div add index lte table
添加索引
alter table 表名 add index 索引名字 (索引字段);
alter table goods add index price (shop_price);
mysql 分析5语句的优化--索引添加删除
原文地址:http://www.cnblogs.com/jianz/p/6602594.html