Michael,
Can you explain why this is the preferred method? Wouldn't it just be
simpler and cleaner to do the following?
conn.execute("select max(numero) from bolletta where anno=:anno",anno=2006)
John
Michael Bayer wrote:
> select([func.max(tbl['bolletta'].c.numero)],
> tbl['bolletta'].c.anno==2006)
>
>
> >
>
>
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"sqlalchemy" 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/sqlalchemy?hl=en
-~----------~----~----~----~------~----~------~--~---