create or replace trigger XXXfor each row when(:new.m is not null)beginupdate A set STATUS=1 where A.m=:NEW.m;end;/
将B.m换成:new.m