|
TableSelect::havingSet select having condition Description
public mysql_xdevapi\TableSelect mysql_xdevapi\TableSelect::having(string
$sort_expr)Sets a condition for records to consider in aggregate function operations. Parameters
Return ValuesA TableSelect object. ExamplesExample #1 mysql_xdevapi\TableSelect::having example The above example will output something similar to:
Array
(
[0] => Array
(
[count] => 2
[age] => 42
)
)
|