Skip to content

Commit

Permalink
PR feedback: Reword comparison to SQL concept
Browse files Browse the repository at this point in the history
Co-authored-by: Noah Treuhaft <[email protected]>
  • Loading branch information
philrz and nwt authored Sep 14, 2024
1 parent 4785c25 commit 4c78803
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/language/lateral-subqueries.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ the outer sequence.

:::tip Note
This pattern rhymes with the SQL pattern of a "lateral
join", which runs a SQL subquery for each row of the outer query's table.
join", which runs a subquery for each row of the outer query's results.
:::

Lateral subqueries are created using the scoped form of the
Expand Down

0 comments on commit 4c78803

Please sign in to comment.