Skip to content

Commit

Permalink
Fix issue #9285
Browse files Browse the repository at this point in the history
  • Loading branch information
rdulmina committed Oct 24, 2024
1 parent ea62564 commit 5238f7a
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# Join iterable objects

A `join` clause performs an inner or left outer equijoin. The result is similar to using the nested `from` clauses and `where` clause.
A `join` clause performs an inner or left outer equi-join. The result is similar to using the nested `from` clauses and `where` clause.
Variables declared in the query expression before the join clause are accessible only on the left side of the join condition, while variables declared in the join clause are accessible only on the right side of the join condition.

::: code joining_iterable_objects.bal :::

Expand Down

0 comments on commit 5238f7a

Please sign in to comment.