It turns out that I have created the following table:
cabtm char (3) not null,
cabdoc char(8) not null,
cabdat date,
cabven char (3) not null,
cabcli char (12) not null,
primary key (cabtm,cabdoc),
index cabecera_fkindex1(cabven),
foreign key(...
asked by
16.08.2018 / 21:17