我有這樣燒瓶SQLAlchemy的SELECT COUNT() query = Notification.query(db.func.count(Notification.id)) query = query.filter(Notification.read == False) query ...
確定! 回上一頁