i have a problem performing an update operation in allbase/sql.<br><br>using the microsoft jet-engine the statement looks like this:<br><br><FONT FACE=monospace>UPDATE Tab1 INNER JOIN Tab2 ON Tab1.Field1 = Tab2.Field1<br>SET Tab1.Field2 = Tab2.Field2<br>WHERE Tab1.Field2 IS NULL;</font><br><br>that's exactly what i need. however, allbase/sql does not support such "extended update" syntax<br>and i am unable to translate this code the correct way.<br><br>can someone tell me what's the appropriate ansi-sql statement is?<br>(i also tried to fix it using a view, but views based on joins are not updatable...)<br><br>thank you. <br>