Forum Replies Created

Viewing post 1 (of 2 total)

  • RE: How to prevent NULL values

    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

Viewing post 1 (of 2 total)