constructBase: Construct a base SQL query

Description Usage Arguments

Description

Construct the SELECT fields FROM schema.table base query. The SQL Statement is not terminated for the addition of other parameters generated using "construct" functions.

Usage

1
constructBase(fields = "*", distinct = FALSE, schema = "public", tableName)

Arguments

distinct

if TRUE, the DISTINCT fields will be selected for.


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