Get Filtered Records
Arguments
- db
database name or database file
- tableName
name of the table from which to read records
- keyValues
list of
key = value
pairs with the keys representing field names of the tabletableName
, defining filter criteria- fields
table fields to be selected
- like
if
TRUE
the SQLLIKE
operator is used instead of the equal operator=
when matching the values inkeyValues
with the table fields- ...
additonal arguments passed to
selectFromDb