方法)强制索引FORCE INDEX()

强制索引使用方法:force index(字段名)

SELECT *
FROM salaries
FORCE INDEX(idx_emp_no)
WHERE emp_no = 10005;