sqlLeftJoin: Generate SQL for LEFT JOIN

View source: R/sql_join.R

sqlLeftJoinR Documentation

Generate SQL for LEFT JOIN

Description

Generate SQL for LEFT JOIN

Usage

sqlLeftJoin(sqlSource, tablesAndIDs, fields = "*")

Arguments

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


KWB-R/kwb.db documentation built on Oct. 1, 2023, 4:10 a.m.