leftJoin
fun BaseTable<*>.leftJoin(right: BaseTable<*>, on: ColumnDeclaring<Boolean>? = null): QuerySource(source)
Deprecated
ktorm-global will be removed in the future, please migrate to the standard API.
Join the right table and return a new QuerySource, translated to left join
in SQL.