sqlalchemy执行sql语句
时间:2018-07-16 23:39:32
收藏:0
阅读:322
#删除user表中的所有数据,表中的自增字段又从默认值开始 session.execute("truncate table user")
原文:https://www.cnblogs.com/scai/p/9321048.html
评论(0)