Exasol 6.2 is no longer supported, and this documentation is no longer maintained or updated.
This tests whether an expression is a NULL value.
SELECT null=null, null IS NULL, '' IS NOT NULL;