Fight With Me!!!

导航

2014年12月11日 #

sql server判断是否为null

摘要: sql server 替换null:isnull(arg,value) 如:select isnull(price,0.0) from orders ,如果price为null的话,用0.0替换 与null比较: is not null,is null 如 select * from ord... 阅读全文

posted @ 2014-12-11 13:22 nickTimer 阅读(4012) 评论(0) 推荐(1) 编辑