Deprecated
This function is deprecated, and we recommend using Dynamic SQL query.
Adds a new AND condition to the existing WHERE clause.
Syntax
whereAdd(where, condition)
Arguments
where
a WHERE clause. Example: "ID=19".
condition
any condition clause. Example: "CustomerID='123'".
Return value
Returns an updated WHERE clause.
See also: