select *from user where A=1 and B=1
select *from user where 1=1 and A=1 and B=1
select *from user where B=1 and C=1
select *from user where A=1 and C=1
复合索引可以只使用复合索引中的一部分,但必须是由最左部分开始,且可以存在常量【即最左前缀原则】
索引index(A,B,C),则在(A),(A,B),(A,B,C)上已经建立了索引
这道题你会答吗?花几分钟告诉大家答案吧!
扫描二维码,关注牛客网
下载牛客APP,随时随地刷题