sql language: select avg(txPkt) from Flow. from sqlalchemy.sql import func. q = session.query(func.avg(Flow.txPkt)).filter(Flow.trace_id ...
確定! 回上一頁