Entering content frame

-8016: Table must be a view table 

Explanation:

For the RENAME VIEW or DROP VIEW statement, a table was specified that is not a view table.

User Action:

Specify a view table in the SQL statement or replace the SQL statement with a RENAME TABLE or DROP TABLE statement.

 

Leaving content frame