from sqlalchemy import func count =session.query(func.count(user.id)).scalar(). 如上,我們就可以得到資料的條數相關連結+官方連結
確定! 回上一頁