I need to populate the contents of a SQL Server table with the contents of another.
I have one table, Document Items
, which contains (say) VendorPartNumber
and UnitCost
columns.
I then have another table, PO Items
, with VendorPartNumber
and UnitCost
.
What do I need to do to get the relevant column contents from DocumentItems
into PO Items?