construct_base: Construct a base SQL query

Description Usage Arguments

View source: R/deprecated.R

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
construct_base(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.