Give for example: something = db.table.field.sum()+db.table.field.max()-1 rows = db(...).select(something) row = rows.first()
row._extra[something] is deprecated in favor of row(something) On Jan 31, 4:43 am, vortex <[email protected]> wrote: > Can't find anything about using _extra with DAL in the official web2py > documentation. It seems a very powerful method and I wanted to know > more on how to use it.

