假设某个表有一个联合索引(c1,c2,c3,c4)一下——只能使用该联合索引的c1,c2,c3部分

A where c1=x and c2=x and c4>x and c3=x
B where c1=x and c2=x and c4=x order by c3
C where c1=x and c4= x group by c3,c2
D where c1=? and c5=? order by c2,c3
E where c1=? and c2=? and c5=? order by c2,c3

有谁知道下面A-E能否可以使用索引!!为什么?

答案:自学it网-索引问题

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-12-24
  • 2021-08-12
  • 2022-12-23
猜你喜欢
  • 2021-12-21
  • 2021-06-08
  • 2021-07-05
  • 2021-08-05
  • 2021-05-06
  • 2021-05-26
  • 2021-11-23
相关资源
相似解决方案