Entering content frame

-7063: Temp table not allowed 

Explanation:

Only a subset of data definition statements is allowed for temporary tables; among them, the SQL statements for creating and deleting tables and for making the existence check.

User Action:

Decide whether the SQL data definition statement can be removed or whether a permanent table is to be created instead of the temporary table.

 

Leaving content frame