I have a database where I extract data from two sources, merge the data for use by another program. The merged data is stored in a "working" table. I then need to either append or update another table for export. This table has a double key. I am looking for an easy way to update those where the double key already exists or add if they dont.
Any suggestions. Thanks.
Any suggestions. Thanks.