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

null 转换为别的类型,并比较大小

时间:2014-10-17 18:17:48      阅读:134      评论:0      收藏:0      [点我收藏+]

标签:sp   2014   on   bs   nbsp   select   date   影响   c   

select  1
where   convert(datetime,‘2014-10-16‘,120) < getdate()  and getdate() < convert(datetime,null,120)

 

结果为

-----------

(0 行受影响)

 

select  1
where   convert(datetime,‘2014-10-16‘,120) < convert(datetime,‘2014-11-16‘,120)

 

结果为

----------- 1

(1 行受影响)

 

 

 

select convert(datetime,null,120)

结果为

----------------------- NULL

(1 行受影响)

null 转换为别的类型,并比较大小

标签:sp   2014   on   bs   nbsp   select   date   影响   c   

原文地址:http://www.cnblogs.com/ConstSurpass/p/4031728.html

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