摘要: 工作中发现select * from tblA where fieldA <> 'aa' 会过滤掉null值, 可以使用ifnull(fieldA,'bb') <> 'aa' 阅读全文
posted @ 2024-11-06 14:27 阿灿呀 阅读(57) 评论(0) 推荐(0)