meta data for this page
IN
NULL literals allowed
Changed in: 2.0
Description
The IN predicate now allows NULL literals, both as the test value and in the list. Notice that this brings no practical benefits. In particular, NULL IN (…, NULL, …, …) will not return true and NULL NOT IN (…, NULL, …, …) will not return false.