where_not_in([$key = NULL[, $values = NULL[, $escape = NULL]]])
Parameters: |
|
---|---|
Returns: |
DB_query_builder instance |
Return type: |
object |
Generates a WHERE field NOT IN(‘item’, ‘item’) SQL query, joined with ‘AND’ if appropriate.
where_not_in([$key = NULL[, $values = NULL[, $escape = NULL]]])
Parameters: |
|
---|---|
Returns: |
DB_query_builder instance |
Return type: |
object |
Generates a WHERE field NOT IN(‘item’, ‘item’) SQL query, joined with ‘AND’ if appropriate.
Please login to continue.