CREATE TRIGGER t1 ON A FOR after of INSERT AS begin declare @id int,@ad char(100) select @id=id from selected select @ad=address from B where id=@id update a set address=@ad where id=@id end GO
56,803
社区成员
56,752
社区内容
加载中
试试用AI创作助手写篇文章吧