On Sun, 2006-10-15 at 20:01 +0200, Rafal Pietrak wrote: > new.id := 1000-old.id; Sory, correction. Of cource, this ID update looks more like the following (OLD.* isn't valid at this point): new.id := 1000 - new.id; -- -R
On Sun, 2006-10-15 at 20:01 +0200, Rafal Pietrak wrote: > new.id := 1000-old.id; Sory, correction. Of cource, this ID update looks more like the following (OLD.* isn't valid at this point): new.id := 1000 - new.id; -- -R