Solar_Sql_Select::multiHaving()
public
Solar_Sql_Select
Solar_Sql_Select::multiHaving
( array $list
, string $op = 'AND'
)
Adds multiple HAVING conditions to the query.
Parameters
(array)
$list
: An array of HAVING conditions. Conditions starting with "OR" and "AND" are honored correctly.(string)
$op
: If a condition does not explicitly start with "AND" or "OR", connect the condition with this operator. Default "AND".
Returns
(Solar_Sql_Select)
Description
Adds multiple HAVING conditions to the query.