Mysql Documentation 学习笔记: JOIN
2016-12-30
阅读 3 分钟
2.4kIn MySQL, JOIN, CROSS JOIN, and INNER JOIN are syntactic equivalents (they can replace each other). In standardSQL, they are not equivalent. INNER JOIN is used with an ON clause, CROSS JOIN isused otherwise.