Hi.
I have two tables, both of which have the SKU column as the unique identifier. Table 1 has 32,000 records, Table 2 contains an updated version of about 6,000 of these records.
Field names are the same for both tables, it's just the information that is different.
I would like to update the corresponding 6,000 records in table 1 based on table 2.
How do I do it?
Thanks in advance.
I have two tables, both of which have the SKU column as the unique identifier. Table 1 has 32,000 records, Table 2 contains an updated version of about 6,000 of these records.
Field names are the same for both tables, it's just the information that is different.
I would like to update the corresponding 6,000 records in table 1 based on table 2.
How do I do it?
Thanks in advance.