from sqlalchemy import func; rows = session.query(Person).count(); c.count = Session.query(func.count(Person.id)).scalar() ...
確定! 回上一頁