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