With db._lastsql I saw that limitby apply an offset, sorry for this
question

On Apr 25, 1:18 pm, Alexandre Strzelewicz
<strzelewicz.alexan...@gmail.com> wrote:
> Hi,
>
> Is there a way to select a range of ids from database ?
>
> Actually I use db(db.articles.id>20).select(limitby=(20, 30))
>
> But I found the SQL keyword 'between' that permits to select a range
> of data between two values.
>
> Thanks

Reply via email to