复习下mod()函数
SELECT * FROM employees WHERE MOD(emp_no,2)=1 and last_name !='Mary' ORDER BY hire_date DESC