当前位置: 首页 > news >正文

GreenPlum - commit

在Python代码中执行完insert, delete, update后要执行conn.commit()才能生效,truncate语句之后也要执行conn.commit(),否则truncate不生效。