亚洲免费在线视频-亚洲啊v-久久免费精品视频-国产精品va-看片地址-成人在线视频网

您的位置:首頁技術文章
文章詳情頁

解決mysql使用not in 包含null值的問題

瀏覽:2日期:2023-10-07 10:25:57

注意!!!

select * from user where uid not in (a,b,c,null);

這個sql不回返回任何結果。要避免not in的list中出現null的情況。

另外:

?如果null參與算術運算,則該算術表達式的值為null。(例如:+,-,*,/ 加減乘除)

?如果null參與比較運算,則結果可視為false。(例如:>=,<=,<> 大于,小于,不等于)

?如果null參與聚集運算,則聚集函數都置為null(使用isnull(字段,0)等方式可以避免這種情況)。除count(*), count(1), count(0)等之外(count(字段) 字段為null的行不參與計數)。

--如果在not in子查詢中有null值的時候,則不會返回數據。

補充:MySQL in,not in,exists,not exists與null的恩恩怨怨

null這個東西在數據里算是個奇葩,在比較中也比較特殊,下面記錄總結一下在in,not in,exists,not exists中null對判斷結果的影響。

做一些描述聲明,在比較符左邊的我們稱為左比較符,在比較符右邊的我們稱為右比較符,例如1 in (1,2),那么in左邊的1是左比較符,in右邊的(1,2)是右比較符。

1.in

1.1當左比較符是null,任何情況下都返回null。

mysql> select null in (1,2);+---------------+| null in (1,2) |+---------------+| NULL |+---------------+1 row in set (0.00 sec)mysql> select null in (1,2,null);+--------------------+| null in (1,2,null) |+--------------------+| NULL |+--------------------+1 row in set (0.00 sec)

1.2當右比較符包含null,只當左比較符不為null,且右比較符包含左比較符時,返回1,其他情況均返回null。

mysql> select null in (1,2,null);+--------------------+| null in (1,2,null) |+--------------------+| NULL |+--------------------+1 row in set (0.00 sec)mysql> select 3 in (1,2,null);+-----------------+| 3 in (1,2,null) |+-----------------+| NULL |+-----------------+1 row in set (0.00 sec)mysql> select 1 in (1,2,null);+-----------------+| 1 in (1,2,null) |+-----------------+| 1 |+-----------------+1 row in set (0.00 sec)2.not in

2.1當左比較符為null,任何情況都返回null。

mysql> select null not in (1,2,null);+------------------------+| null not in (1,2,null) |+------------------------+| NULL |+------------------------+1 row in set (0.00 sec)mysql> select null not in (1,2);+-------------------+| null not in (1,2) |+-------------------+| NULL |+-------------------+1 row in set (0.00 sec)

2.2當右比較符包含null,當右比較符包含左比較符時返回0,其他情況均返回null。

mysql> select 1 not in (1,2,null);+---------------------+| 1 not in (1,2,null) |+---------------------+| 0 |+---------------------+1 row in set (0.00 sec)mysql> select 1 not in (2,3,null); +---------------------+| 1 not in (2,3,null) |+---------------------+| NULL |+---------------------+1 row in set (0.00 sec)3.exists

exists子查詢返回null時判斷為真。

mysql> select exists (select null);+----------------------+| exists (select null) |+----------------------+| 1 |+----------------------+1 row in set (0.00 sec)4.not exists

not exists子查詢返回null時判斷為假。

mysql> select not exists (select null);+--------------------------+| not exists (select null) |+--------------------------+| 0 |+--------------------------+1 row in set (0.00 sec)

以上為個人經驗,希望能給大家一個參考,也希望大家多多支持好吧啦網。如有錯誤或未考慮完全的地方,望不吝賜教。

標簽: MySQL 數據庫
相關文章:
主站蜘蛛池模板: 欧美另类综合 | 国产成人啪精品 | 欧美aaaaaa| 国产三级在线免费 | 亚洲国产精品线在线观看 | 国产一级特黄全黄毛片 | 美国一级毛片片免费 | 国产欧美一区二区精品性色 | 亚洲三级在线免费观看 | 在线久草视频 | 久久精品8 | 久久精品一区二区国产 | 一级毛片黄片 | 爱久久精品国产 | 一本本久综合久久爱 | 中文字幕一区二区在线视频 | 欧美精品久久久亚洲 | 成人免费观看国产高清 | 美女拍拍拍爽爽爽爽爽爽 | 日韩专区在线 | 日本免费一二区视频 | 成人在线网站 | 91人成亚洲高清在线观看 | 免费观看日本高清a毛片 | 免费视频久久 | 免费黄色欧美 | 国产亚洲精品日韩已满十八 | 日本美女一区二区三区 | 欧美真人毛片动作视频 | 日韩男人的天堂 | 免费观看一级特黄三大片视频 | 久免费视频 | a级网站在线观看 | a级国产乱理伦片在线观看国 | 国产精选在线视频 | 欧美日韩免费一区二区三区 | 乱码在线中文字幕加勒比 | 特级无码a级毛片特黄 | www黄网站| 午夜伦y4480影院中文字幕 | 日韩福利视频精品专区 |