What is wrong with this statement? I know I must have a comma out of place, or a ( in the wrong place. Or can I not use IN with DATEPART???
CASE WHEN TPR200_EMPLOYEE_MASTER.lst_rvw_dt IS NULL AND
DATEPART(m, TPR200_EMPLOYEE_MASTER.nxt_rvw_dt) IN ('5', '6', '7')) THEN 1
ELSE 0 END AS CountDueQtr1