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

SQL server 中null的用法

时间:2018-04-26 12:13:33      阅读:177      评论:0      收藏:0      [点我收藏+]

标签:字段   SQ   return   用法   between   写法   比较   other   from   

在SQL中我们经常用到null值,

那么什么是NULL?如下是MSDN给出的一段简短描述(见“Null Values”):
?A value of NULL indicates that the value is unknown. A value of NULL is different from an empty or zero value. No two null values are equal. Comparisons between two null values, or between a NULL and any other value, return unknown because the value of each NULL is unknown.

也就是说,null指的是未知的,与空和0不通,2个null也不相等,即null不能用于比较运算,因此在SQL的条件中不能出现“字段=null”和“字段<>null”这种写法。

SQL server 中null的用法

标签:字段   SQ   return   用法   between   写法   比较   other   from   

原文地址:https://www.cnblogs.com/lumingprince/p/8949879.html

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