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 |
|
AskSQLTeam
Ask SQLTeam Question
0 Posts |
Posted - 2001-10-22 : 09:37:04
|
| Patrick writes "I am trying to update on table with information from another table. But i keep getting an " table not selected in query" error. The sql is as follows:update table1 set table1.store = table2.storewhere table1.name = table2.nameAny help is appreciated.....Patrick" |
|
|
|
|
|