下图展示了 LEFT JOIN、RIGHT JOIN、INNER JOIN、OUTER JOIN 相关的 7 种用法。
INNER JOIN(内连接)
SELECT <select_list> FROM Table_A A INNER JOIN Table_B B ON A.Key = B.Key