|
CollectionFind::groupBySet grouping criteria Description
public mysql_xdevapi\CollectionFind mysql_xdevapi\CollectionFind::groupBy(string
$sort_expr )
This function can be used to group the result set by one or more columns.
It is often used with aggregate functions such as Parameters
Return ValuesA CollectionFind object that can be used for further processing. ExamplesExample #1 mysql_xdevapi\CollectionFind::groupBy example
|