MySQL error code
MySQL error 6026
MySQL server error 6026 is ER_BULK_LOAD_TABLE_HAS_INSTANT_COLS, reported with SQLSTATE HY000.
Bulk Loader: Table '%s' has instantly added/dropped columns. Please TRUNCATE TABLE and retry.
| Error | 6026 |
|---|---|
| Name | ER_BULK_LOAD_TABLE_HAS_INSTANT_COLS |
| SQLSTATE | HY000 |
| Group | Server errors |
Source: MySQL 8.4 Error Reference