Home All Groups Group Topic Archive Search About

Is it possible to update two tables with a single statement?

Author
19 May 2006 5:06 PM
Matthew Speed
I have a feeling this isn't allowed, but is there any way to update columns
in two different tables through a join in the update syntax?

TIA

Author
19 May 2006 5:13 PM
Alexander Kuznetsov
you can issue an update statement against a view and do any
modifications behind the scenes via an INSTEAD OF trigger
Author
19 May 2006 5:15 PM
Omnibuzz
No you can't :(

Show quote
"Matthew Speed" wrote:

> I have a feeling this isn't allowed, but is there any way to update columns
> in two different tables through a join in the update syntax?
>
> TIA

AddThis Social Bookmark Button