Adaptive Server Enterprise has Transact-SQL extensions that permit predicates to compare the null value.
For example, {col} = Null means {col} Is Null.
SQL Anywhere and Sybase IQ use ANSI semantics for null comparisons unless the ANSINULL option is set to OFF, in which case such comparisons are Adaptive Server Enterprise-compatible.