CONSTRAINT cons_unique_for_concatenated_view UNIQUE (start_time_numeric, stop_time_numeric, test_action, part_type, fixture_id, run_id, auxid1_build_id, auxid2_asic_id, serial_number, part_pf) So the constraint above is not being honored? What are the duplicate records? Is this a view that you’re seeing the duplicate records in or a table? I was under the impression that NULLs where in play here. Is that not the case? |