sql_gen_where_list {RSQL}R Documentation

sql_gen_where_list

Description

Generates a where list statement to be used on a SQL statement.

Usage

sql_gen_where_list(where_fields, where_values)

Arguments

where_fields

The fields used in the where section

where_values

The values used in the where section

Author(s)

ken4rab


[Package RSQL version 0.2.2 Index]