SQL"* ="操作员 [英] SQL "*=" operator

查看:75
本文介绍了SQL"* ="操作员的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

可能重复:
Transact-SQL速记联接语法?

Possible Duplicate:
Transact-SQL shorthand join syntax?

我遇到了一个T-SQL脚本,该脚本在where子句中执行以下操作:

I ran across a T-SQL script that does something like this in the where clause:

...
where o.obj_code *= c.prv_code

我似乎在* =运算符上找不到任何文档.谁能解释它的用途,甚至可以指向它的一些文档?这是特定于T-SQL的吗?

I can't seem to find any documentation on the *= operator. Can anyone explain its use and maybe point to some documentation on it? Is this specific to T-SQL?

推荐答案

不建议使用的外部联接语法.
不推荐使用的引擎功能:

Deprecated Outer Join syntax.
In on the list of Deprecated Engine Features:

*==*
的使用 使用ANSI连接语法.欲了解更多 有关信息,请参阅 FROM(Transact-SQL).

Use of *= and =*
Use ANSI join syntax. For more information, see FROM (Transact-SQL).

这篇关于SQL"* ="操作员的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆