$sqlite->limit()
Creates a limit and offset query instruction
$sqlite->limit(int $offset = 0, int $limit = null): arrayParameters
| Name | Type | Default | 
|---|---|---|
| $offset | int | |
| $limit | int | null | 
Return type
array
Parent class
  Kirby\Database\Sql\Sqlite    inherited from Kirby\Database\Sql