可以设在公式里如果要触发器
create trigger I_a on a
instead of insert
as
set nocount on
update a set c = a-b
         where 主键 in (select 主键 from inserted)