I'm trying to achieve something like described here in H2:
update tlegacy lca
set
lca.pr_dato = ca.calc_holdings_date
...
from tca ca inner join tdd dd on ...
and I get Error: Column "CA.CALC_HOLDINGS_DATE" not found in H2.
The "missing" field is ofcourse present. I've tried a number of variants with no luck. Does H2 support this way of updating values in one table collected from a number of other joined tables? Eventually this should run on IBM DB2. Is it supported there?