FINAL TABLE ist nur für Insert zulässig

Hier ein Auszug aus der SQL Referenz:
FINAL TABLE
Specifies that the rows of the intermediate result table represent the set of rows
that are inserted by the SQL data change statement as they appear at the
completion of the data change statement. If there are AFTER INSERT triggers
or referential constraints that result in further changes to the inserted rows of
the table that is the target of the data change statement, an error is returned
Birgitta