我想要
DBSession.query(Article).group_by(Article.created.month).all()
但是这个查询无法使用
我如何使用SQLAlchemy执行此操作?
python sqlalchemy
python ×1
sqlalchemy ×1