MySQL error code
MySQL error 3961
MySQL server error 3961 is ER_WARN_DEPRECATED_JSON_TABLE_ON_ERROR_ON_EMPTY, reported with SQLSTATE HY000.
Specifying an ON EMPTY clause after the ON ERROR clause in a JSON_TABLE column definition is deprecated syntax and will be removed in a future release. Specify ON EMPTY before ON ERROR instead.
| Error | 3961 |
|---|---|
| Name | ER_WARN_DEPRECATED_JSON_TABLE_ON_ERROR_ON_EMPTY |
| SQLSTATE | HY000 |
| Group | Server errors |
Source: MySQL 8.4 Error Reference