G
Guest
Thanks in advance !
Having trouble with the syntax.
I have a master table and a file i receive daily. The daily has all of the
master records and some new ones. As I have enriched the master file with
other attributes I simply want to add the new records on the daily file to
the master table. Do I simply append all and rely on the primary key not
allowing me to overwrite existing records, or can i select just the records I
want as a part of the append ?
Thanks.
Having trouble with the syntax.
I have a master table and a file i receive daily. The daily has all of the
master records and some new ones. As I have enriched the master file with
other attributes I simply want to add the new records on the daily file to
the master table. Do I simply append all and rely on the primary key not
allowing me to overwrite existing records, or can i select just the records I
want as a part of the append ?
Thanks.