rspec/rules/S3641/description.adoc
2021-01-27 13:42:22 +01:00

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.