in not in 和 null , in 判断范围中可以包含null,而not in判断不能包括null
摘要:
oracle中,任何字符串与null比较得到的结果都是null,而 oracle的判断条件为null时就退出判断(?) 因此判断某个字符串是否在一个集合中时,not in 和 in的结果完全不一样,如 select * from airport_heliport t where t.airport_ 阅读全文
posted @ 2017-10-17 19:39 mol1995 阅读(6154) 评论(0) 推荐(0) 编辑