Hallo mkinzler,
was ist ein PK?
Es wird ein Tigger verwendet:
SQL-Code:
CREATE OR ALTER TRIGGER SET_MW_ID FOR MW_TABELLE
ACTIVE BEFORE INSERT POSITION 0
AS
begin
if (new.mw_id is null) then
new.mw_id = gen_id(mw_id_gen, 1);
end
Bis bald Chemiker
wer gesund ist hat 1000 wünsche wer krank ist nur einen.