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

IT_DELETE_ITTRANSPORT

 

��������

(��� �������� ��� �������� IT_DELETE_ITTRANSPORT)

 

�����������

CREATE TRIGGER IT_DELETE_ITTRANSPORT FOR IT
ACTIVE AFTER DELETE POSITION 0
AS
begin
  delete from ITTransport where InventoryID = old.InventoryID;
end

 

     Previous topic Chapter index Next topic