Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.

SAP Sybase SQL Anywhere 16.0 (中文) » SQL Anywhere 服务器 - SQL 用法 » 查询和数据修改 » 连接:从多个表检索数据 » 内连接和外连接 » Transact-SQL 外连接(*= 或 =*)

 

空值是如何影响 Transact-SQL 连接的

在 Transact-SQL 外连接中,所连接的表或视图中的 NULL 值永远不会彼此匹配。一个 NULL 值与另一个 NULL 值比较的结果是 FALSE(假)。