M
ms newsgrp
I am having problem with updating information to a table from another table.
I have table storing the information on a the inventory (TableInventory).
Its needs to be updated with information from another table containing
specific updates for the inventory (TableUpdates). The items in the
TableInventory are identified by their unique IDs. This unique ID is match
with update information in items in the table TableUpdates.
How do I use SQL and TSQL to update TableInventory with the information in
TableUpdate? TableUpdate also contains new items not found in
TableInventory with needs to be added as well.
Thanks you in advance.
I have table storing the information on a the inventory (TableInventory).
Its needs to be updated with information from another table containing
specific updates for the inventory (TableUpdates). The items in the
TableInventory are identified by their unique IDs. This unique ID is match
with update information in items in the table TableUpdates.
How do I use SQL and TSQL to update TableInventory with the information in
TableUpdate? TableUpdate also contains new items not found in
TableInventory with needs to be added as well.
Thanks you in advance.