A ``++WHERE++`` clause condition that uses ``++NOT IN++`` with a subquery will have unexpected results if that subquery returns ``++NULL++``. On the other hand ``++NOT EXISTS++`` subqueries work reliably under the same conditions.