public Select::havingCondition($field, $value = NULL, $operator = NULL)
Helper function to build most common HAVING conditional clauses.
This method can take a variable number of parameters. If called with two parameters, they are taken as $field and $value with $operator having a value of IN if $value is an array and = otherwise.
Parameters
$field: The name of the field to check. If you would like to add a more complex condition involving operators or functions, use having().
$value: The valu