Viewing post 1 (of 1 total)
Thanks,
But I want change the value of the column!!!
e.g.:
in Oracle
trigger....
if :new.Column is Null then begin
:new.Column := 'myValue'
end;
I need make the same in...
September 27, 2002 at 8:40 am
#437387