When you use Boolean logic in a BOOLEAN COMMENT variable with SAS/ACCESS® Interface to Netezza, an incorrect WHERE clause might be passed to the Netezza DBMS.
Here is an example. SAS does not pass syntax like the following:
SAS passes syntax like this:
This returns both the "trues" and "falses" and not just the "trues."
The only workaround is to use explicit pass-through processing.