當前位置:編程學習大全網 - 電腦編程 - oracle中的plsql where (+)用SQL如何實現?

oracle中的plsql where (+)用SQL如何實現?

左外連接用left join,右外連接用right join語句。

比如

Oracle:

select * from a, b where a.id=b.id(+)

SQL:

select * from a left join b on a.id=b.id

反過來a.id(+)=b.id 就是right join

  • 上一篇:給山東武漢的好朋友帶什麽玩具好?什麽專業?
  • 下一篇:編程真理
  • copyright 2024編程學習大全網