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

SQL Anywhere 12.0.1 » SQL Anywhere 服务器 - SQL 参考 » SQL 语言元素 » 运算符

 

连接运算符

注意

不建议使用 Transact-SQL 外连接运算符 *= 和 =*。要使用 Transact SQL 外连接,tsql_outer_joins 数据库选项必须设置为 On。

SQL Anywhere 额外支持两个运算符,*= 和 =*,即 Transact-SQL 外连接运算符。当其中一个运算符用于比较谓语中时,将指定隐式 LEFT 或 RIGHT OUTER JOIN。

 另请参见