“无法绑定由多个部分组成的标识符”,麻烦看下是哪里出错了。
declare @..22 nvarchar(60)
SELECT @..22 = itb From inserted
if @..22 = 1
begin
......
end