Forum Replies Created

Viewing post 1 (of 1 total)

  • RE: Handling NULL

    If I am not wrong... This may be easier to understand.

    ----------------------------------------------------------------------------------------

    SELECT ID, ISNULL(CAST(IsAvailable AS VARCHAR), GETDATE()) AS IsAvailable FROM #Test

    -----------------------------------------------------------------------------------------

Viewing post 1 (of 1 total)