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