Generate SQL for LEFT JOIN
sqlLeftJoin(sqlSource, tablesAndIDs, fields = "*")
| sqlSource | SQL of subquery that provides the "base" table on the left |
|---|---|
| tablesAndIDs | named character vector with the names representing the names of the tables to be joined and the values representing the ID fields of these tables |
| fields | fields to be selected |