Hello everybody,
I have two tables, table1 and table2. Both have "barcode" column as primary key. Both have also got a column called "Weight"
I want to update "table1", column "Weight" with values from "table2", column "Weight" where the "barcode" of "table1" is equal to "barcode" of "table2".
How can I achieve this with the update statement. The table1 has about 30,000 rows, table2 has about 2000 rows.
Thank you,
Shalini
I have two tables, table1 and table2. Both have "barcode" column as primary key. Both have also got a column called "Weight"
I want to update "table1", column "Weight" with values from "table2", column "Weight" where the "barcode" of "table1" is equal to "barcode" of "table2".
How can I achieve this with the update statement. The table1 has about 30,000 rows, table2 has about 2000 rows.
Thank you,
Shalini