No.
On Sep 8, 2:07 am, Noel Villamor <[email protected]> wrote: > 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)

