explain select * from user where id =1 or id = 2explain select id from user where id =1 or id = 2不是说用or会导致索引失效吗?为什么type不是all而且select * 的时候 type是rangeselect id 的时候,type是index,比 select * 级别还低?但是extra却显示using index?
添加回答
举报
0/150
提交
取消