USA
800 691 9120
UK
01225 704844
We use cookies on our website to analyze website usage and to help secure the website against misuse. Advertising and functional cookies are not used in our site or our web application products.
By clicking “Accept Essential Cookies Only”, you consent to us placing these cookies.
Add a WHERE condition to a SQL statement variable
Appends a WHERE condition to the given SQL statement variable. Multiple conditions are combined using the specified AND/OR connector.
| Parameter | Description |
|---|---|
| cmd | SQL statement variable name |
| Argument 0 | WHERE condition expression |
| Argument 1 | connector to use with existing conditions (AND or OR, default AND) |
SqlStatement.AddWhereClause "SQL statement variable name", "WHERE condition expression", "connector to use with existing conditions (AND or OR, default AND)"