is null and is not null?

2007/4/19 11:16  

在SQL Server 2000中遇到一个怪问题。执行下面语句,居然返回大量结果:

select * from info where uid is null and uid is not null

研究返回的字段值,没有发现有什么异常。重建索引也没解决问题。

最后,把整个表导出成文本文件,返回再导入。问题解决!

转载请注明来自:jijian91与小z - 编程

永久链接:https://jijian91.com/blog20070419/sqlserver-is-null-and-is-not-null.html