Skip to content

Commit

Permalink
add doc of cross join
Browse files Browse the repository at this point in the history
  • Loading branch information
yangj1211 committed Jul 10, 2024
1 parent 195c440 commit 8f4fefa
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

``JOIN`` 用于把来自两个或多个表的行结合起来。

下图展示了 ``LEFT JOIN````RIGHT JOIN````INNER JOIN``、和 ``JOIN``
下图展示了 ``LEFT JOIN````RIGHT JOIN````INNER JOIN``、和 ``OUTER JOIN``

**``LEFT JOIN``**

Expand Down

0 comments on commit 8f4fefa

Please sign in to comment.