$sqlite->group()
Creates the group by syntax
Parameters
Name | Type | Default |
---|---|---|
$group | string |
null |
Return type
array
Parent class
Kirby\Database\Sql\Sqlite
inherited from Kirby\Database\Sql
Creates the group by syntax
Name | Type | Default |
---|---|---|
$group | string |
null |
array
Kirby\Database\Sql\Sqlite
inherited from Kirby\Database\Sql