Sql Server isnull() 用法

Isnull(null,1); 返回 1
isnull(1,3);返回 3

 

posted @ 2017-05-17 15:47  小小高  阅读(1929)  评论(0)    收藏  举报