Subject | Update from select |
---|---|
Author | Didier Gasser-Morlay <Didiergm@nordnet.f |
Post date | 2003-02-16T14:37:13Z |
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
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