Ordering SQLAlchemy selcet by descencing date?

前端 未结 0 673
旧巷少年郎
旧巷少年郎 2020-12-16 02:55

I have an SQLAlchemy database in which I have a field called date_last_used which is of type DateTime.

date_last_used = Column(DateTime)

Howe

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