select * from table_a a,table_b b where a.col1 = b.col1(+) ;

select * from table_a a,table_b b where a.col1 = b.col1(+) ;最后的(+)怎么解释?
jdhty 1年前 已收到1个回答 举报

linxiren 幼苗

共回答了14个问题采纳率:92.9% 举报

代表右外部连接,相当于right join

1年前

2
可能相似的问题
Copyright © 2024 YULUCN.COM - 雨露学习互助 - 16 q. 0.033 s. - webmaster@yulucn.com