constructJoin: Construct a join part of a SQL Statement

Description Usage

Description

Construct join type JOIN schema.table.column2 ON schema.table.column2 = schema.table.column1 part of the sql statement

Usage

1
2
3
4
5
6
7
8
9
constructJoin(
  schema,
  tableName,
  column,
  joinType = "LEFT",
  joinOnSchema,
  joinOnTableName,
  joinOnColumn
)

patelm9/pg13 documentation built on Dec. 26, 2021, 8:17 p.m.