oracle not in 在子查询列中 如果有数据为null的情况下,是不生效的,也就是查不出来数据,
改为 select xxx from a where a.b_id not in(select b.id from b where b.id is not null)
Oracle not in填坑
最新推荐文章于 2022-05-25 00:34:36 发布
oracle not in 在子查询列中 如果有数据为null的情况下,是不生效的,也就是查不出来数据,
改为 select xxx from a where a.b_id not in(select b.id from b where b.id is not null)
打赏作者