oracle查询 根据某个字段不包含某个值查询

select * from 表名 c where (c.name='110' or c.gonghao='110')  and c.state not like '%1%' order by c.id desc;