sql_gen_where: Generates a where statement to be used on a SQL statement.
Description
Generates a where statement to be used on a SQL statement.
Usage
sql_gen_where(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