• SQLBill (10/19/2004)


    No. You have it backwards. SQL Server interprets an empty string as a 0 not the other way around.

    ' ' = 0

    but

    0 = 0

    -SQLBill

    Correct