8.34. Query Order By

  • Order By

  • Ascending

  • Descending

  • Nulls first

8.34.1. Order By

>>> results = Valuation.query.all().order_by(sqlalchemy.desc(Valuation.date)).all()