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 multiple tables

Author  Topic 

AskSQLTeam
Ask SQLTeam Question

0 Posts

Posted - 2002-07-17 : 10:01:06
Karimi writes "guys,
I just want to know if I it is possible to update multiple tables using a single UPDATE statment. For example:

UPDATE table1 SET col=x, table2 SET col=y




My setup is: SQL 7, Windows2000"

robvolk
Most Valuable Yak

15732 Posts

Posted - 2002-07-17 : 10:05:30
No.

Go to Top of Page
   

- Advertisement -