Subject Re: Interesting results with joined views (WI-V6.2.972, fb1.0.3)
Author semprolbat
--- In firebird-support@yahoogroups.com, "Cao Ancoinc" <groups@a...>
wrote:
> where not empid is null

not (null) or (not null)

both seem to parse correctly, but I guess you're right when it comes
to SQLxx standard.

However, the position of the "not" does not seem to be the key to the
issue