知识点
不等于:<> 或 != 或 is not
查询奇数:某列%2=1
select * from employees
where last_name <>"Mary" and
emp_no%2=1 order by hire_date desc