Trigger Previous topic Chapter index Next topic

SET_SPERRL_INTER_ID

 

Beschreibung

Trigger um den Primary Key zu setzen.

 

Definition

CREATE TRIGGER SET_SPERRL_INTER_ID FOR EP_SPERRLISTE_INTERPRET
ACTIVE BEFORE INSERT POSITION 0
AS
BEGIN
    new.SLIID = gen_id(SLIID_GEN, 2);
END

 

     Previous topic Chapter index Next topic