isnull boolean bit

  1. A

    SQL Parameter isNull() Boolean/Bit True False Null Problem

    I have a store procedure that expects a parameter "@Abnormality bit". Based on the value true, false or null, the query returns all rows with true , false or all values respectively. I am using the isnull function to check the value, however I get the following 3 faulty condition. if i use...
Back
Top