触发防止插入

发布于 2024-10-30 14:14:10 字数 59 浏览 1 评论 0原文

是否有任何原因导致表上的触发器会阻止原始插入语句插入?触发器在行插入表后运行,并且触发器中没有事务回滚。

Is there any reason that having a trigger on a table would prevent the original insert statement from inserting? The trigger is run AFTER the row is inserted in the table, and there is no transaction rollback in the trigger.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

你怎么敢 2024-11-06 14:14:10

当触发器中出现异常时(当触发器中发生错误时批处理被中止)时,就会发生这种情况。

It will happen when there is an exception in the trigger (when an error happens in a trigger the batch is aborted).

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文