简体   繁体   English

LEFT OUTER JOIN在MySql语法中表示为LEFT JOIN?

[英]LEFT OUTER JOIN is expressed as just LEFT JOIN in MySql syntax?

Is LEFT OUTER JOIN expressed as just LEFT JOIN in MySQL syntax? LEFT OUTER JOIN表示为MySQL语法中的LEFT JOIN Or are LEFT OUTER JOIN and LEFT JOIN different things in MySQL? 或者LEFT OUTER JOINLEFT JOIN在MySQL中有什么不同的东西?

Basically they are the same. 基本上他们是一样的。

LEFT and RIGHT are outer type join. LEFTRIGHTouter类型连接。 The keyword OUTER is optional, and what this means in this case is that whether you specify it or not makes no difference. 关键字OUTER是可选的,在这种情况下,这意味着无论您是否指定它都没有区别。

Additional Information, 附加信息,

At the top level there are mainly 3 types of joins: 在顶层,主要有3种类型的连接:

  • INNER
  • OUTER ( LEFT , RIGHT ) 外(
  • CROSS 交叉

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM