construct_where_like: Render "WHERE x LIKE y"

Description Usage Arguments

View source: R/deprecated.R

Description

(Deprecated) This is a non-terminal render, meaning that the SQL component will not be terminated with a semicolon in order to construct complex SQL queries.

Usage

1
construct_where_like(field, term)

Arguments

field

Single field to be filtered for

term

Character string that the field parameter is searched for.


meerapatelmd/pg13 documentation built on Dec. 31, 2021, 7:20 p.m.