I am aware about:
tblAlias = db.mytbl.with_alias('tblAlias')
Is there a similar thing that we can use for fields in select()?
As in:
... .select( db.mytbl.id, db.mytbl.id*2 as fld2)- [web2py] select (field alias) Noel Villamor
- [web2py] Re: select (field alias) Massimo Di Pierro
- [web2py] Re: select (field alias) Anthony
- [web2py] Re: select (field alias) Noel Villamor

