, 2013 11:59:34 PM UTC, Neil Johnson wrote:
>
> Hello
>
> I have a query like so
> result = db(db.tag_count.user_id == user_id).select(db.tag_count.name,
> db.tag_count.count, orderby=~ db.tag_count.count, limitby=(0, 10))
>
> where db.tag_count is defined as
>
&
Hello
I have a query like so
result = db(db.tag_count.user_id == user_id).select(db.tag_count.name,
db.tag_count.count, orderby=~ db.tag_count.count, limitby=(0, 10))
where db.tag_count is defined as
db.define_table('tag_count',
Field('name'),
Field('user_id',
2 matches
Mail list logo