Learn R Programming

mssqlR (version 1.0.0)

where: Generates where part of a query

Description

This function generates "where" part of a query

Usage

where(query = NULL, ...)

Arguments

query

Existing query

...

where list

Examples

Run this code
where_cond <- where("", "col1", "=", "test1", "AND", "col2", ">", 25)

Run the code above in your browser using DataLab