-7023: Dropping of all columns
Explanation:
The attempt was made to delete all columns of a table.
User Action:
Use the DROP TABLE statement for deletion purposes. The <DROP TABLE statement> implicitly drops all view tables, privileges, indexes, <REFERENTIAL CONSTRAINT DEFINITION>s, etc. which depend on this table. Afterwards, a new table with the same name can be created with the <CREATE TABLE statement>.