淺談mysql索引命中規則

舉個例子 當進行一條sql查詢時:mysql select * from student where userName='小明' and age=19 and phone='1887821'; 建立了一個單列索引:sql ALTER TABLE student ADD INDEX userName_index (userName);   將userName列建索引,這樣就把範圍限制在userNam
相關文章
相關標籤/搜索