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 |
|
paul13
Starting Member
17 Posts |
Posted - 2001-09-11 : 18:50:54
|
| This is likely an error in codeI am on MySQL on Linux boxI want to update the "instore" field of the products table if the product is in store #4.I tried:update products set products.instore = '4' where products.id = store4.idand I was told that table store4 is an unknown table. Anytime I try to add a from clause I get an error.any ideas?paul13 |
|
|
|
|
|