On Mon, Sep 14, 2020 at 12:02 AM yuanhang <yuanhang(dot)zheng(at)qq(dot)com> wrote:
> 2. I don’t understand why the type cannot be parsed in T_NullTest. It can
> be parsed when using the SQL below.
>
Equality is a binary operator so the unknown argument can be inferred from
the known one.
Is Null is a unary operator so there is nothing available with which to
infer a type.
David J.