from sqlalchemy import func session.query(func.count(Product.id)).filter(Product.category_id == category.id).scalar().
確定! 回上一頁