Hello,
I need to copy one table into another. If a primary key from the source matches one in the destination, I need to overwrite the existing record in the destination with the new one from the source.
FWIW, I've searched online, and I've bought a book on sql syntax, but I can't seem to find exactly what I need.
Is this possible? Any pointers?
I need to copy one table into another. If a primary key from the source matches one in the destination, I need to overwrite the existing record in the destination with the new one from the source.
FWIW, I've searched online, and I've bought a book on sql syntax, but I can't seem to find exactly what I need.
Is this possible? Any pointers?