Skip to content

Kirby 4.3.0

$sql->having()

Creates the having syntax

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

Parameters

Name Type Default
$having string|null null

Return type

array

Parent class

Kirby\Database\Sql