摘要: 触发器建立的代码Create Trigger TG_ProjectNameOn table1After Update AsUpdate table2Set [工程名]=b.工程名from table2 a,inserted bwhere a.ProjID = b.ID关于触发器中Inserted和Deleted的解释。inserted触发器语句中使用了两种特殊的表:deleted 表和 inser... 阅读全文
posted @ 2009-12-28 20:28 my favorite 阅读(305) 评论(0) 推荐(0)