sql server not in 查询没结果Posted on 今天使用SQL Server 时,遇到使用not in 和not exist的查询结果有差异:not in 查询没结果。 原因:not in 遇到null就不工作了。 摘录: SELECT foreignStockId Probably returns aNULL. Try IdStock Descr stock a N
sql server not in 查询没结果 Posted on
今天使用sql server 时,网站空间,遇到使用not in 和not exist的查询结果有差异:not in 查询没结果。
原因:not in 遇到null就不工作了。
摘录:
SELECT foreignStockIdProbably returns a NULL. Try
IdStock Descr stocka NOT IN (x,y,NULL) Will always return no results as it is equivalent to
ax and ay and aNULL which is
true and true and unknown
Which evaluates to unknown under the rules of three valued logic.
I normally use NOT EXISTS for this type of query
stock.descr stock p原文网址:
,服务器空间,香港服务器每个人都需要一台速度更快、更稳定的 PC。随着时间的推移,垃圾文件、旧注册表数据和不必要的后台进程会占用资源并降低性能。幸运的是,许多工具可以让 Windows 保持平稳运行。
Copyright 2014-2025 https://www.php.cn/ All Rights Reserved | php.cn | 湘ICP备2023035733号