cuetzpalin
Programmer
Hi,
I have a table that contains "daily" data and another table containing "historical" data.
I need to insert the "daily" data into the "historical" data but I don't want any duplicates added to the "historical" table if the "daily" record already exists.
Can you please provide the INSERT statement to accomplish this? Thanks!
I have a table that contains "daily" data and another table containing "historical" data.
I need to insert the "daily" data into the "historical" data but I don't want any duplicates added to the "historical" table if the "daily" record already exists.
Can you please provide the INSERT statement to accomplish this? Thanks!