When 2 WHERE constructs are included in the SQL Statement, they are concatenated and the 2nd "WHERE" is replaced with an "AND".
1 | concatWhereConstructs(sql_construct, where_sql_construct_2, ..., AND = TRUE)
|
AND |
If TRUE, the WHERE constructs are concatenated with "AND". If FALSE, the concatenation is performed with an "OR". |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.