摘要: 题目 假设某个表有一个联合索引(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 a 阅读全文
posted @ 2017-09-01 10:26 小明变幻每当的预想 阅读(305) 评论(0) 推荐(0) 编辑