Skip to content

Commit

Permalink
Update examples/joining-iterable-objects/joining_iterable_objects.md
Browse files Browse the repository at this point in the history
Co-authored-by: Gimantha Bandara <gimantha@wso2.com>
  • Loading branch information
rdulmina and gimantha authored Oct 28, 2024
1 parent 26f2158 commit e96bcfd
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Join iterable objects

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.
A `join` clause performs an inner or left outer equi-join. The result is similar to using the nested `from` clauses and a `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 e96bcfd

Please sign in to comment.