Subject | Re: [firebird-support] Update on joined tables |
---|---|
Author | emel.hu |
Post date | 2005-07-13T19:11:53Z |
>>>Not valid for Firebird or not valid according to the SQL specifications?Good, but...
> Both.
> Ann
always this but ...
update tableA a
set (a.field2, a.field2) =
(select b.field2, b.field3 from TableB b
where b.field1 = a.field1)
It's standard SQL syntax and necessary for efficient work ;(
Is this feature planned?
eMeL