create or replace trigger xy
before insert or update on ccc
for each row
begin
If inserting then
:new.x := :new.y+:new.z;
end if;
If updating then
:new.x :=ld.y+
ld.z;
end if;
end;
|
Results 1 to 4 of 4
Thread: simple triggerThreaded View
|
Click Here to Expand Forum to Full Width |