Hi,

I want to achieve something like this:

def feed(table):
    return db(db.table.id>0).select()

How should the code be written?

Thanks!

-- 



Reply via email to