Are these three equivalent?

db(db.mytable.id==id).select().first()

db.mytable[id]

db.mytable*(*id*)*

Reply via email to