select * from a,b where a.id=b.id(+);--该写法的执行效率高
select * from a left join b on a.id=b.id;

相关文章:

  • 2021-10-07
  • 2021-10-17
  • 2021-06-20
  • 2022-12-23
  • 2021-07-24
  • 2022-12-23
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-02-12
相关资源
相似解决方案