KFAA30632-E
The column cannot be deleted because only one column is defined in the table. (M+J+O)
Since there is only one column defined in the table, that column cannot be deleted with the ALTER TABLE statement. <SQLSTATE: 42I25>
- S:
-
Ignores this SQL statement. Alternatively, the system invalidates this transaction.
- Action:
-
If there is only one column defined in the table, that column cannot be deleted with the ALTER TABLE statement.
If you want to delete the table, use the DROP TABLE statement.