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.
| 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_idHow can I update a field in product with a value from a field in shoe_models? |
|
|
|
|
|