While applying the constraints to the drug_strength
ALTER TABLE drug_strength ADD CONSTRAINT xpk_drug_strength PRIMARY KEY (drug_concept_id, ingredient_concept_id);
[Error] Script lines: 17-18 ------------------------
ERROR: could not create unique index “xpk_drug_strength”
Detail: Key (drug_concept_id, ingredient_concept_id)=(529373, 529411) is duplicated.
Line: 1
wstephens:Vocabulary5.0-20141013$ cat DRUG_STRENGTH.csv | grep 529373,529411
529373,529411,10.048,8576,8587,19700101,20991231,
529373,529411,10.048,8510,8587,19700101,20991231,
Bill