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.


meerapatelmd/pg13 documentation built on Dec. 31, 2021, 7:20 p.m.