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".


patelm9/pg13 documentation built on Dec. 26, 2021, 8:17 p.m.