concatWhereConstructs: Concatenate 2 WHERE constructs

Description Usage Arguments

Description

When 2 WHERE constructs are included in the SQL Statement, they are concatenated and the 2nd "WHERE" is replaced with an "AND".

Usage

1
concatWhereConstructs(sql_construct, where_sql_construct_2, ..., AND = TRUE)

Arguments

AND

If TRUE, the WHERE constructs are concatenated with "AND". If FALSE, the concatenation is performed with an "OR".


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