MySQL error code
MySQL error 1090
MySQL server error 1090 is ER_CANT_REMOVE_ALL_FIELDS, reported with SQLSTATE 42000.
You can't delete all columns with ALTER TABLE; use DROP TABLE instead
| Error | 1090 |
|---|---|
| Name | ER_CANT_REMOVE_ALL_FIELDS |
| SQLSTATE | 42000 |
| Group | Server errors |
In other databases
Source: MySQL 8.4 Error Reference