Oracle: SELECT * FROM tablea a, tableb b WHERE a.fielda(+)=b.fieldb -- 什么是 (+)?

发布于 2024-11-08 12:55:17 字数 119 浏览 0 评论 0原文

我不明白(+)的作用是什么! (我通过我目前正在维护的应用程序的自动更新过程“继承”了该声明)。

这是 Oracle 特定的运算符吗?它有一个我可以搜索的特殊名称吗? 在谷歌上搜索括号之间的加号有点困难:)

I cannot understand what the role of the (+) is! (I "inherited" the statement through the automated update process of an application I am maintaining at the moment).

Is this some Oracle-specific operator? Does it have a special name that I can search for?
It's kind of hard to google for a plus sign between brackets :)

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

梦在深巷 2024-11-15 12:55:17

它是一个外连接运算符(老式)。

it is an outer-join operator (old-school).

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文