Viewing post 1 (of 2 total)
Hi ,
Yue can check below query it will work fine
1 . Case When mycolumn IS Null Then 0 Else mycolumn END As mycolumn
OR
2.IsNull(mycolumn,0) As mycolumn
November 15, 2013 at 1:38 am
#1666645