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 a table with information from another table

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.store
where table1.name = table2.name

Any help is appreciated.....

Patrick"
   

- Advertisement -