$sql->limit()
Creates a limit and offset query instruction
$sql->limit(int $offset = 0, int $limit = null): array
Parameters
| Name | Type | Default | 
|---|---|---|
| $offset | int | 
                |
| $limit | int | 
                null | 
        
              
Return type
array