First page Back Continue Last page Overview Text

Notes:


Limit sets an upper limit on the number of rows returned.

You can also use it to set the offset at which rows are returned.

You can use limit with an offset to implement a paginated search feature, which Sequel's pagination extension does.