更新触发器获取更新行的数据

sql update 触发器 得到被update的行的信息 create trigger TgName on tb for update as if update(recommend) begin update tb set commenddate=(getdate()) from tb inner join inserted on tb.vlistid=Inserted.vl
相关文章
相关标签/搜索