This function writes a SQL Query that loops over the words in a string.
buildQueryString(
fields = "*",
distinct = FALSE,
schema,
tableName,
whereLikeField,
string,
split,
caseInsensitive = TRUE,
limit_n = NULL
)
Value
a SQL Query as a character string.