oracle查詢 根據某個字段不包含某個值查詢

select * from 表名 c where (c.name='110' or c.gonghao='110')  and c.state not like '%1%' order by c.id desc;
相關文章
相關標籤/搜索