LEFT_JOIN function
Performs a left join on two tables based on specified criteria.
Syntax
left_join(<leftTable>, <rightTable>, <joinBy>)
Parameter | Type | Description |
---|---|---|
leftTable | vt | The left table in the join. |
rightTable | vt | The right table in the join. |
joinBy | array | The columns to join by. |