Mysql查询指定具体的索引

explain SELECT count(1) FROM goods_order use index(INDEX_ORDER_TYPE) where ORDER_TYPE=0;

你可能感兴趣的:(Mysql查询指定具体的索引)