请注意,如果列表包含NULL,则INNOT IN的结果将为UNKNOWN,意味着将会被认为符合条件,例如:

select case when '1' not in ('0',null) then 'not in' else 'in' end

结果如下:

(No column name)
in

在筛选时要特别注意此点。

 

posted on 2023-02-22 11:35  芝麻的西瓜  阅读(24)  评论(0编辑  收藏  举报