CREATE TRIGGER TG_PSS  ON MF_PSS 
FOR Update  ??
AS
begin
insert into tg_temp(tg_no,bz)
select ps_no,'插入记录' from Updated?
end 好像不行