MySQL 查询除某些字段以外的值

select * from table  where name not in ('小花',小草')

原文地址:https://www.cnblogs.com/shoose/p/7727723.html