On Friday, February 10, 2012 6:19:09 PM UTC-5, gbs wrote:
>
> I have try the solution of anthony, but i don't have the skill in 
> python to success.. 
> (some error with 'Rows' object has no attribute 'select', etc ;) 
>

Once the query has been built, this should work:

rows = db(query).select() 

Anthony

Reply via email to