[character(1)]
Name of data base column to select values from.
choices
[character(1:Inf)] or [integer(1:Inf)]
The values which must be matched. Character values must not contain any
single or double quotes to avoid problems with SQL syntax and for safety reasons.
negation
[character(1)]
If "not" the selection is inverted to a NOT IN expression.
Value
Character string to be used in SQL statement.
Details
column_name must be a valid SQL identifier. It is validated to conform to
the regular expression returned by valid_identifier_regex.