SELECT * FROM CUSTOMERS WHERE customer_id NOT IN (2, 3, 5, NULL);的结果为什么会是no rows selected.
????????????????????????????????????那个 NULL 的作用是什么,请把原理说清楚