| |
- Ação do sistema
- The statement cannot be processed.
- Resposta ao Desenvolvedor
- Modify the SQL statement to ensure that the object references are not to the indicated type of temporary table, or if table type is DECLARED and
you intended table name to refer to an existing persistent base table, you must perform one of the following actions:
- Recreate the persistent base table table name with a different qualifier
- In the same application process, issue a DROP TABLE for table name followed by a COMMIT to drop the declared temporary table and afterwards be
able to reference the persistent base table with the same table name in the same application process
- Remove the DECLARE GLOBAL TEMPORARY TABLE statement from the application process to use the persistent base table with the same table name
SQLSTATE: 42995
© Copyright IBM Corp.
|
| |