码迷,mamicode.com
首页 > 其他好文 > 详细

开发中最好使用not exists 取代not in

时间:2019-02-14 13:31:14      阅读:151      评论:0      收藏:0      [点我收藏+]

标签:部门   哪些   exist   创建   没有   常见错误   技术   开发   bsp   

开发中使用not in可能会存在致命的错误,在子查询中,如果存在空值,not in返回的数据就是空了,如下创建2张数据表:

user表:

技术图片

部门表:

技术图片

现在要查询没有分配到用户的部门有哪些,使用not in,如下(可见返回空值):

技术图片

  使用not exists 结果如下:

    技术图片

 not exisit的用法常见错误写法:

技术图片

 

技术图片

 

 

 

开发中最好使用not exists 取代not in

标签:部门   哪些   exist   创建   没有   常见错误   技术   开发   bsp   

原文地址:https://www.cnblogs.com/yangxiaohui227/p/10373900.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!