-20422   A CREATE TABLE, OR DECLARE GLOBAL TEMPORARY TABLE STATEMENT FOR table-name ATTEMPTED TO CREATE A TABLE WITH ALL THE COLUMNS DEFINED AS HIDDEN

Explanation

A CREATE TABLE or DECLARE GLOBAL TEMPORARY TABLE statement attempted to create a table in which all the columns are considered hidden. This can occur when A CREATE TABLE statement specifies HIDDEN as a part of the definition of all of the columns. This process is not allowed. At least one column in a table must not be defined as hidden.

System action

The statement cannot be processed.

Programmer response

Verify that the resulting table definition includes at least one column that is not defined as hidden.

SQLSTATE

428GU