Skip to content

Kirby 5.0.2

$sql->having()

Creates the having syntax

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

Parameters

Name Type Default
$having stringornull null

Return type

array

Parent class

Kirby\Database\Sql