Here is what reads on page "6.5. Query, Set, Rows", in part "orderby,
groupby, limitby, distinct":
---
You can fetch the records sorted by name in reverse order (notice
the !):
>>> for row in db().select(db.person.ALL, orderby= db.person.name):
print row.name
Carl
Bob
Alex
---
There is no ! to notice. And shouldn't it be a ~?
Aurelien
--
You received this message because you are subscribed to the Google Groups
"web2py-users" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/web2py?hl=en.