oracle中的in和not in oracle的sql语句中的in和not in是自动将字段为null的去掉了,所以不能用not in来包含字段为null的数据行,当然从执行效率上讲,in和not in都不建议使用