Hi all,
I just want to shove some data into a table and I know some of the source data is duplicated and I don't care.
I just want one of the dups to go into the destintation table and I want the query to continue on it's merry way without stopping as if the world ended.
I don't mind a message at the end saying "not all of your data was appended..." or whatever, but I don't want the world to stop because of a duplicate.
How can I do this without an aggregate/group-by source statement?
Thanks,
--Jim
I just want to shove some data into a table and I know some of the source data is duplicated and I don't care.
I just want one of the dups to go into the destintation table and I want the query to continue on it's merry way without stopping as if the world ended.
I don't mind a message at the end saying "not all of your data was appended..." or whatever, but I don't want the world to stop because of a duplicate.
How can I do this without an aggregate/group-by source statement?
Thanks,
--Jim