Hi - Please create a unique constraint on the parent table's column something like this,
ALTER TABLE <Schem>.<table1> ADD CONSTRAINT Schem_Table1_UK UNIQUE(Col);
and then try that command again. it should work.
Regards
Glenn
Hi - Please create a unique constraint on the parent table's column something like this,
ALTER TABLE <Schem>.<table1> ADD CONSTRAINT Schem_Table1_UK UNIQUE(Col);
and then try that command again. it should work.
Regards
Glenn