Subject Update from select
Author Didier Gasser-Morlay <Didiergm@nordnet.f
I have tried to use a
update table1
set field1 = table2.field,
field2 = constantvalue,
...
from table1, table2
where ....

but could not make it to work. Is this a valid construct in FB1 ?

Didier