buildQueryString: Writes a SQL Query Loop

Description Usage Value

Description

This function writes a SQL Query that loops over the words in a string.

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
buildQueryString(
  fields = "*",
  distinct = FALSE,
  schema,
  tableName,
  whereLikeField,
  string,
  split,
  caseInsensitive = TRUE,
  limit_n = NULL
)

Value

a SQL Query as a character string.


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