buildGroupBy() public method
| public string buildGroupBy ( $columns, $limit ) | ||
|---|---|---|
| $columns | array |
Group columns |
| $limit | integer |
Group limit |
| return | string |
The GROUP BY clause |
buildGroupBy() public method
| public string buildGroupBy ( $columns, $limit ) | ||
|---|---|---|
| $columns | array |
Group columns |
| $limit | integer |
Group limit |
| return | string |
The GROUP BY clause |
Please login to continue.