"localhost:/firebird/data/ILICHEVSK2.FDB". �������� Previous topic Chapter index Next topic

STORING_SetID

 

��������

(��� �������� ��� �������� STORING_SetID)

 

�����������

CREATE TRIGGER "STORING_SetID" FOR STORING
ACTIVE BEFORE INSERT POSITION 0
AS
begin
  if (new.Storingid is null) then
    new.Storingid = GEN_ID(STORINGIDGEN, 1);
end

 

     Previous topic Chapter index Next topic