摘要:
当Null + 任何字符串时,都等于Null. 因些用函数IsNull(字段名,''),如果字段名中的值是Null时,那么这个字段名的值是''.例如::select code + IsNull('-'+Description,' ') from table1:当Description的值是Null 时,显示值是:Code .当Description 的值不是Null时,显示值是 code - Description. 阅读全文
posted @ 2014-02-21 12:05
想静一下
阅读(7821)
评论(0)
推荐(1)
浙公网安备 33010602011771号