WHEN Q.ProgramTitle IN ('Therapeutic Massage AOS','Therapeutic Massage','Therapeutic Massage OAD','Therapeutic Massage (h)','Therapeutic Massage OAD') AND max(M.OPEID) IN ('031151-02') then '11'
WHEN Q.ProgramTitle IN ('X-Ray Medical Technician','X-Ray Medical Technician AOS','X-Ray Medical Technician*') AND max(M.OPEID) IN ('031151-02') then '14'
WHEN Q.ProgramTitle = 'Surgical Technology' AND max(M.OPEID) IN ('031151-00') then '15'
WHEN Q.ProgramTitle = 'Emergency medical Technician'
end
'Length of GE Program',
好的,所以我需要在WHEN语句下删除包含程序名称'Emergency medical technician'的所有行,但我不知道如何编写代码。建议?