|
database
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
Is it possible to update two tables with a single statement?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 you can issue an update statement against a view and do any
modifications behind the scenes via an INSTEAD OF trigger 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 |
|||||||||||||||||||||||