:left-join
Like join but returns rows even if there are no matches in the right relation.
Like SQL LEFT JOIN
.
Form
left-join = [:left-join right clause & more]
right = query | table
clause = {left-expr right-expr, ...}
Like join but returns rows even if there are no matches in the right relation.
Like SQL LEFT JOIN
.
left-join = [:left-join right clause & more]
right = query | table
clause = {left-expr right-expr, ...}