摘要: 问题: 假设某个表有一个联合索引(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 an 阅读全文
posted @ 2022-09-26 14:11 半分温度 阅读(3) 评论(0) 推荐(0)