Skip to main content

LEFT_JOIN function

Performs a left join on two tables based on specified criteria.

Syntax

left_join(<leftTable>, <rightTable>, <joinBy>)
ParameterTypeDescription
leftTablevtThe left table in the join.
rightTablevtThe right table in the join.
joinByarrayThe columns to join by.