I have the data I need to create new records in a table.
However, at least some of the records I'll be inserting already exist (possibly all).
What is the proper statement to avoid duplicate records?
I have the data I need to create new records in a table.
However, at least some of the records I'll be inserting already exist (possibly all).
What is the proper statement to avoid duplicate records?