以下三条sql 如何只建一条索引? 盾给网 4年前 以顺序 b,a,time 建立联合索引,CREATE INDEX idx_b_a_time ON table(b,a,time)。 新 MySQL 版本会优化 WHERE 子句后面的列顺序,以匹配联合索引顺序 No related posts.