Subject | Re: [firebird-support] trigger before update column name |
---|---|
Author | Anderson Farias |
Post date | 2009-04-06T20:25:55Z |
Hi,
changed??
like:
if (new.column2 is distinct from old.column2) then
begin
new.column1 = old.column1;
new.column3 = old.column3;
-- and so on...
end
I'm not sure I understood what you want.
Regards,
Anderson Farias
> What I would like is: nothing must happend when an update is sent toyou mean NO CHANGES can take place (other than col2 change) if COL2 is
> column 2.
changed??
like:
if (new.column2 is distinct from old.column2) then
begin
new.column1 = old.column1;
new.column3 = old.column3;
-- and so on...
end
I'm not sure I understood what you want.
Regards,
Anderson Farias