2 lines
231 B
Plaintext
2 lines
231 B
Plaintext
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.
|