MySQL error code
MySQL error 3059
MySQL server error 3059 is ER_REPLACE_INACCESSIBLE_ROWS, reported with SQLSTATE HY000.
REPLACE cannot be executed as it requires deleting rows that are not in the view
| Error | 3059 |
|---|---|
| Name | ER_REPLACE_INACCESSIBLE_ROWS |
| SQLSTATE | HY000 |
| Group | Server errors |
Source: MySQL 8.4 Error Reference