这个是我的表:
select * from users where name !='人才管理部'
select * from users where name <>'人才管理部'
select * from users where name not like '人%'
mysql没有正则,只能使用%来匹配任意字符有帮助点个采纳吧