2506
2506
SELECT keypart1, keypart2 FROM tbl WHERE subq_where (1)
2508
2508
and checking if it has produced any matching rows, evaluate
2510
2510
SELECT keypart2 FROM tbl WHERE subq_where AND keypart1=const1 (2)
2513
2513
"(const1, NULL) IN { (const1, X), ... }", which has a value of UNKNOWN,
2514
2514
i.e. NULL). If the query produces no rows, the result is false.