This operator performs an equiality check just like the = operator does, but it will return 1 instead of NULL if both operands are NULL and will return 0 instead of NULL if one operand is NULL. Sign for NULL safe operator is Here are some examples showing the usage of the NULL Safe Operator [...]