sql_gen_where_or: sql_gen_where_or
Description
Generates a where (or) statement to be used on a SQL statement.
Usage
sql_gen_where_or(where_fields = names(where_values), where_values)
Arguments
- where_fields
The fields used in the where section
- where_values
The values used in the where section