db(db.table.id >0).select(orderby=~db.table.id, limitby=(0,1)).first()

On Monday, January 19, 2015 at 10:35:19 PM UTC+1, chuan wrote:
>
> I would like to access last row of any database table in a general way,
> do I have to first count all the rows, then access the last row?
>
> This is effectively 2 qureies. Is there a way to do the job in one single 
> query?
>
> Thanks 
>

-- 
Resources:
- http://web2py.com
- http://web2py.com/book (Documentation)
- http://github.com/web2py/web2py (Source code)
- https://code.google.com/p/web2py/issues/list (Report Issues)
--- 
You received this message because you are subscribed to the Google Groups 
"web2py-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to web2py+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to