最贊回答 / 慕粉4057600
using index是有條件的,需要你說查詢的的列與order by 之后的列具有相同的索引才行。例如??select release_year from film order by title;要使用using index,需要?給 release_year和title字段建立相同的索引
2018-09-07