码迷,mamicode.com
首页 > 数据库 > 详细

mysql中的空值问题

时间:2018-12-02 12:12:03      阅读:168      评论:0      收藏:0      [点我收藏+]

标签:情况   条件   表示   user   rom   应该   color   bsp   mys   

MySQL的查询如果需要用到空值的情况下,where后面的条件就需要注意了

 

MySQL中的表示空值的方法:is null 和 is not null

比如:select * from user where id = null -->这就是错误的写法

应该写成:select * from user where id is null

mysql中的空值问题

标签:情况   条件   表示   user   rom   应该   color   bsp   mys   

原文地址:https://www.cnblogs.com/caotao0918/p/10052361.html

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