sqlJoinExpression: Create an SQL JOIN Expression

View source: R/sql_join.R

sqlJoinExpressionR Documentation

Create an SQL JOIN Expression

Description

Create an SQL JOIN Expression

Usage

sqlJoinExpression(left, right, condition, type = "INNER")

Arguments

left

left part of JOIN (e.g. table name)

right

right part of JOIN (e.g. table name)

condition

condition

type

one of c("LEFT", "RIGHT", "INNER")


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