As usual with SQLAlchemy, it is a good idea to start by writing the ... .group_by(f.id) ).alias("f1") f2 = select([f1.c.id, f1.c.value, ...
確定! 回上一頁