On Friday, July 14, 2017 at 11:56:57 AM UTC-4, Leonel Câmara wrote:
>
> The cleanest way is the little known and undocumented column:
>
> db(db.entities.type==5).select(db.entities.id).column()
>
And if you need to pick out a particular columns when there is more than
one, you can do .column('column_name'). The alternative (which is what the
.column() method actually does) is:
[r.id for r in db(db.entities.type==5).select(db.entities.id)]
Anthony
--
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 [email protected].
For more options, visit https://groups.google.com/d/optout.