gpt4 book ai didi

SQL Server 问题更新多条记录

转载 作者:行者123 更新时间:2023-12-04 22:40:25 26 4
gpt4 key购买 nike

为什么这不起作用?

update UserBank 
set BankId = 'ED4E60CA-5068-42F8-BCB3-A5BC1228D546'
where BankId in (select Id from Bank where Name = 'A Bank')

在名为“A Bank”的 Bank 表中有多个银行,因此子查询返回一个唯一标识符列表。

如果当前的 BankId 在该唯一标识符列表中,我想用新 ID 更新 UserBank 表中的所有记录。

我收到以下错误:

Subquery returned more than 1 value. This is not permitted when the subquery follows =, !=, <, <= , >, >= or when the subquery is used as an expression.

最佳答案

UserBank 表上的触发器导致了问题

关于SQL Server 问题更新多条记录,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/50990995/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com