触发器

触发器

instead of(事前触发器)

After(事后触发器)

创建触发器

TEXT
1
2
3
4
create triggrt 触发器名字 on 表名 [instead of | After] 操作类型
AS

GO