Hacker News new | ask | show | jobs
by Karellen 1028 days ago
> as soon as either (or both) operand of any binary relational operator is NULL, the whole expression is NULL!

Isn't is a binary operator?

Because "NULL is NULL" is True (not NULL).

1 comments

No, IS NULL is an unfortunately named unary postfix operator.