SQLAlchemy order_by returning numbers based on first number instead of the whole number

后端 未结 0 1580
小鲜肉
小鲜肉 2021-01-29 04:57

I\'m building a web app using Python and SQLAlchemy.

I\'m using the following code to retrieve records.

yardDB.query.order_by(yardDB.PIT.asc())

相关标签:
回答
  • 消灭零回复
提交回复
热议问题