-638 The table, table, cannot be created because a column definition is missing.
Explanation
The CREATE TABLE statement does not contain a column definition. The SQL statement cannot run.
User response
Add a column definition to the statement.
The CREATE TABLE statement does not contain a column definition. The SQL statement cannot run.
Add a column definition to the statement.