View source: R/sql_top_level.R
sqlForSelectByKey | R Documentation |
Generate SQL SELECT statement (key field values instead of where clause)
sqlForSelectByKey(tablename, fields = "*", keyValues = NULL)
tablename |
table name |
fields |
expression to select fields; field names are separated by comma and alias names may be used, just as SQL accepts, e.g.: "tstamp as myDateTime, parVal as myValue"; Default: "*" |
keyValues |
list of "key=value" pairs with the keys being valid field names of table |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.