This function writes a SQL Query that loops over the words in a string.
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
)
|
a SQL Query as a character string.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.