I have to check for a value of a particular Column named RESULT is blank or not.
RESULT
When I check with if RESULT IS NULL, the query failed, bu
if RESULT IS NULL
Adding to @ricky, NULL can never equal NULL, but an empty string is always equal to an empty string. That's a huge difference when you are trying to match records.