或者,可以用 BEGIN WORK 语句开始一个新事务。
Or, you can start a new transaction with a BEGIN WORK statement.
您可以从当前语句开始运行直至到达一个断点(或程序尾部)。
Run from the current statement until a breakpoint (or the end of the program) is reached.
IDS不会隐式地为execute语句开始一个新事务。
IDS does not implicitly start a new transaction for the EXECUTE statement. So, you must start a transaction explicitly.
应用推荐