-638   TABLE table-name CANNOT BE CREATED BECAUSE COLUMN DEFINITION IS MISSING

Explanation

The CREATE TABLE statement does not contain any column definition.

System action

The SQL statement cannot be executed.

Programmer response

Add column definition to the statement.

SQLSTATE

42601