官方对SAVEPOINT的说明: Use the SAVEPOINT statement to identify a point in a transaction to which you can later roll back. 简单的理解就是可以部分提交事务 官网的一个例子:
UPDATE e[......]
继续阅读。。。