-- Deleting TCONSTRAINTSRESULTADO... delete from tConstraintsResultado where constraintname='FKCTAINVTIPCUO'; delete from tConstraintsResultado where constraintname='FKTIPTITCODCON'; delete from tConstraintsResultado where constraintname='IPKTIPTITCODCON'; -- Deleting TCONSTRAINTSRESULTADOID... delete from tConstraintsResultadoId where constraintname='FKCTAINVTIPCUO'; delete from tConstraintsResultadoId where constraintname='FKTIPTITCODCON'; delete from tConstraintsResultadoId where constraintname='IPKTIPTITCODCON'; -- Loading TCONSTRAINTSRESULTADO... insert into tConstraintsResultadoId values('FKCTAINVTIPCUO','2291','505517'); insert into tConstraintsResultadoId values('FKTIPTITCODCON','2291','505520'); insert into tConstraintsResultadoId values('IPKTIPTITCODCON','1','505523'); -- Loading TCONSTRAINTSRESULTADO... insert into tConstraintsResultado (CIDIOMA,CONSTRAINTNAME,FHASTA,VERSIONCONTROL,FDESDE,DESCRIPCION) values('ES','FKCTAINVTIPCUO',to_timestamp('2999-12-31 00:00:00.000000','yyyy-mm-dd hh24:mi:ss.ff'),0,to_timestamp('2002-05-01 00:00:00.000000','yyyy-mm-dd hh24:mi:ss.ff'),'NO EXISTE REFERENCIA DE TCUENTAINVERSIONES EN TTIPOSCUOTAID'); insert into tConstraintsResultado (CIDIOMA,CONSTRAINTNAME,FHASTA,VERSIONCONTROL,FDESDE,DESCRIPCION) values('ES','FKTIPTITCODCON',to_timestamp('2999-12-31 00:00:00.000000','yyyy-mm-dd hh24:mi:ss.ff'),0,to_timestamp('2002-05-01 00:00:00.000000','yyyy-mm-dd hh24:mi:ss.ff'),'NO EXISTE REFERENCIA DE TTIPOTITULOVALORCODIGOCONTABLE EN TTIPOSTITULOVALORID'); insert into tConstraintsResultado (CIDIOMA,CONSTRAINTNAME,FHASTA,VERSIONCONTROL,FDESDE,DESCRIPCION) values('ES','IPKTIPTITCODCON',to_timestamp('2999-12-31 00:00:00.000000','yyyy-mm-dd hh24:mi:ss.ff'),0,to_timestamp('2002-05-01 00:00:00.000000','yyyy-mm-dd hh24:mi:ss.ff'),'REGISTRO DUPLICADO CLAVE PRINCIPAL DE TTIPOTITULOVALORCODIGOCONTABLE'); commit; -- Done.