#删除user表中的所有数据,表中的自增字段又从默认值开始 session.execute("truncate table user")
sqlalchemy执行sql语句
原文:https://www.cnblogs.com/scai/p/9321048.html