聯合索引實戰

聯合索引使用規則 問題:html 假設某個表有一個聯合索引(c1,c2,c3,c4)如下只能使用該聯合索引的c1,c2,c3部分sql A where c1=x and c2=x and c4>x and c3=xpost B where c1=x and c2=x and c4=x order by c3測試 C where c1=x and c4= x group by c3,c2url D
相關文章
相關標籤/搜索