CREATE TRIGGER MAILKONTROL FOR KULL
ACTIVE BEFORE INSERT POSITION 0
AS
DECLARE VARIABLE numara INTEGER;
begin
select grup,mail1 from kull where ((kull.grup=new.grup) and (kull.mail1=new.mail1)) into numara;
if (numara<>0) then
begin
exception kisivar;
end
end
Aldığım hata
count of column list and variable list do not match.
Dynamic SQL Error.
SQL error code = -313.
count of column list and variable list do not match.