"localhost:/firebird/data/ILICHEVSK2.FDB". Триггеры Previous topic Chapter index Next topic

Set_Weight_GRADEOUTS

 

Описание

(Нет описания для триггера Set_Weight_GRADEOUTS)

 

Определение

CREATE TRIGGER "Set_Weight_GRADEOUTS" FOR GRADEOUTS
ACTIVE BEFORE INSERT POSITION 0
AS
begin
  if (new.weight = 0) then new.weight = null;
end

 

     Previous topic Chapter index Next topic