$query->group()
Attaches a group by clause
$query->group(?string $group = null): Kirby\Database\Query
Parameters
| Name | Type | Default |
|---|---|---|
| $group | string|null |
null |
Return type
This method does not modify the existing $query object but returns a new object with the changes applied. Learn more →