使用SQLAlchemy和groupby和orderby的子查询

时间:2018-11-28 15:50:54

标签: sqlalchemy flask-sqlalchemy sqlalchemy-migrate

我正在将我的python代码从FROM mysql:5.7 RUN apt-get update && apt-get install -y anacron COPY crontab /tmp/crontab # Create the log file to be able to run tail RUN touch /var/log/cron.log # Run the command on container startup CMD (cat /tmp/crontab > /etc/cron.d/hello-cron ) && cron && tail -f /var/log/cron.log 更改为正确的SqlAlchmy方式,但是我陷入了带有group_by和order_by子查询的查询中。

db.engine.execute

是否可以用sqlalchemy方式编写此查询?

0 个答案:

没有答案