Seaquel
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
Error1090
NameER_CANT_REMOVE_ALL_FIELDS
SQLSTATE42000
GroupServer errors

In other databases

Source: MySQL 8.4 Error Reference