Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 SQL Server 2000 Forums
 SQL Server Development (2000)
 Updating data using one table a source

Author  Topic 

granders
Starting Member

6 Posts

Posted - 2001-04-30 : 19:29:54

I have two tables, product and shoe_models.
I can join the tables with:

inner join shoe_models on product.product_id = shoe_models.fk_product_id


How can I update a field in product with a value from a field in shoe_models?

   

- Advertisement -