MySQL error code
MySQL error 1706
MySQL server error 1706 is ER_MULTI_UPDATE_KEY_CONFLICT, reported with SQLSTATE HY000.
Primary key/partition key update is not allowed since the table is updated both as '%s' and '%s'.
| Error | 1706 |
|---|---|
| Name | ER_MULTI_UPDATE_KEY_CONFLICT |
| SQLSTATE | HY000 |
| Group | Server errors |
Source: MySQL 8.4 Error Reference