SQLite Forum

Sir Richard
Login
Please try to use thread titles which reflect the topic they introduce.

Both [the expression syntax diagram and the operator table](https://sqlite.org/lang_expr.html#binaryops) show <b>IS</b> in the role of a binary operator. Hence, taking those data as enabling, <b>\<expr\> IS NULL</b> clearly is permitted because NULL itself is an expression.