Skip to content

Commit

Permalink
Fix code snippet under lateral joins
Browse files Browse the repository at this point in the history
  • Loading branch information
grpatel authored Apr 26, 2024
1 parent 58530b6 commit 80f3651
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions content/03-types/02-relational/07-what-are-joins.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -247,6 +247,7 @@ LEFT JOIN LATERAL
(SELECT *
FROM orders
WHERE orders.customer_id = customers.customer_id ) AS ALIAS ON TRUE;
```

Here is the result table after using a `LATERAL JOIN`:

Expand Down

0 comments on commit 80f3651

Please sign in to comment.