当前位置:网站首页>What does (+) in Oracle mean
What does (+) in Oracle mean
2022-07-03 07:58:00 【Three year old funny】
oracle Medium (+) What does that mean?
Concept elaboration oracle Medium (+) It's a special usage ,(+) Indicates external connection , And always on the side of the non main table .
For example, left outer connection :
select A.a,B.a from A LEFT JOIN B ON A.b=B.b;
Equivalent to
select A.a,B.a from A,B where A.b = B.b(+);
Another example , This is the right outer connection :
select A.a,B.a from A RIGHT JOIN B ON A.b=B.b;
Equivalent to
select A.a,B.a from A,B where A.b (+) = B.b;
I see. Remember to give points ! ! !
边栏推荐
- JS to implement publish and subscribe
- 【踩坑系列】mysql 修改root密码失败
- 2020-12-12
- YOLO系列 --- xml2txt脚本
- [MySQL 13] if you change your password for the first time after installing mysql, you can skip MySQL password verification to log in
- [MySQL 12] MySQL 8.0.18 reinitialization
- Quality blog——
- [MySQL 11] how to solve the case sensitive problem of MySQL 8.0.18
- Technical dry goods | Bert model for the migration of mindspore NLP model - text matching task (2): training and evaluation
- E: 无法定位软件包 ros-melodic-desktop-full
猜你喜欢
Pulitzer Prize in the field of information graphics - malofiej Award
创业团队如何落地敏捷测试,提升质量效能?丨声网开发者创业讲堂 Vol.03
Go language foundation ------17 ----- channel creation, read-write, security shutdown, multiplexing select
Technical dry goods | some thoughts on the future of AI architecture
Go language foundation ----- 15 ----- reflection
多旅行商问题——公式和求解过程概述
Ventuz Foundation Series "one step at the door"
【LeetCode】3. Merge two sorted lists · merge two ordered linked lists
LwIP learning socket (application)
Research shows that breast cancer cells are more likely to enter the blood when patients sleep
随机推荐
How to configure GDAL under idea
什么是定义?什么是声明?它们有何区别?
华为交换机Console密码重置、设备初始化、默认密码
Static keyword
static关键字
创业团队如何落地敏捷测试,提升质量效能?丨声网开发者创业讲堂 Vol.03
【LeetCode】4. Best time to buy and sell stock
Differences between tp3.2 and tp5.0
Go language foundation ------17 ----- channel creation, read-write, security shutdown, multiplexing select
Microsoft Security Response Center
C language learning notes (mind map)
Install cross compiler arm none liunx gnueabihf
What is a data type? What is the use of data types?
freetype库的移植
HDMI2.1与HDMI2.0的区别以及转换PD信号。
Demonstration of plug-in use of ventuz basic series
How can entrepreneurial teams implement agile testing to improve quality and efficiency? Voice network developer entrepreneurship lecture Vol.03
Uniapp learning records
PHP常用排序算法
Technical dry goods | thinking about the unification of dynamic and static diagrams of AI framework