Hi all,
I'm getting the error message
* 259: invalid table name: The table AGG2 was not found in the FROM clause. Please refer to SAP-Note 2241598. SQLSTATE: HY000
after Hana upgrade when creating a stored procedure (note there is no line number in the error message). By inserting other errors into the file I've found that the message concerns the query
| UPDATE agg2 SET p = agg2_aux.value FROM agg2_aux WHERE agg2_aux.category = agg2.category AND agg2_aux.start_interval = agg2.start_interval AND type = 'p'; |
The note mentions such a situation, however neither adding aliases nor AGG2 to FROM didn't help. The workaround mentioned in the note didn't help either, in our Hana 1.00.102.04.1453734118 there is no config 'enable_old_update_from_behavior'. Can anyone enlighten me?
-- Micha