Subject Re: [firebird-support] NULL and equality
Author Ivan Prenosil
> we can test equality to null in most prgramming languages but not still in
> SQL.

Most programming languages do not have concept of "unknown value"
as known in SQL (that is very unfortunately called "null" in SQL;
null in other languages means "unassigned value", that is completely
different thing).

Ivan