Skip to contents

List of Key = Value Pairs to SQL Filter Expression

Usage

keyValuesToSqlFilter(keyValues, like = FALSE)

Arguments

keyValues

list of key = value pairs

like

if TRUE, the SQL comparison operator will be LIKE instead of =.