Example: flask-sqlalchemy filter_by contains games = Game.query.filter(Game.players.contains(p)).order_by(Game.some_field).all()
確定! 回上一頁