Skip to content

Kirby 4.1.2

$sql->group()

Creates the group by syntax

$sql->group(?string $group = null): array

Parameters

Name Type Default
$group string|null null

Return type

array

Parent class

Kirby\Database\Sql