使用 OUTER APPLY 更新查询

发布于 2024-12-04 11:11:30 字数 257 浏览 1 评论 0原文

我正在使用游标循环遍历自连接表。
我用来声明游标的查询工作正常 - 至于返回正确的行。
但是当我尝试更新时,我得到:

一个或多个 FOR UPDATE 列已调整为查询中表的第一个实例。

谢谢。

编辑:
我设法使用基于集合的 sql 解决了这个问题。
快得多...
我不是循环游标的结果集然后更新,而是在查询正文中更新。

i'm using cursor to loop through a self join table.
the query that i use to declare the cursor works fine - as for to return the correct row.
but when i try to update, i'm getting:

One or more FOR UPDATE columns have been adjusted to the first instance of their table in the query.

thank you.

EDIT:
i managed to solve it by using Set-Based sql.
much quicker...
instead of looping the result set of the cursor and then update, i'm updating in the query body.

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

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

发布评论

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

评论(1

善良天后 2024-12-11 11:11:30

上面已经回答了。
我设法通过使用基于集合的sql来解决它。

answered above.
i managed to solve it by using Set-Based sql.

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