SELECT *
FROM `student`
USE INDEX (`idx_student_dept`)
WHERE `dept` = "資管";