MySQL error code
MySQL error 3962
MySQL server error 3962 is ER_WARN_DEPRECATED_INNER_INTO, reported with SQLSTATE HY000.
The INTO clause is deprecated inside query blocks of query expressions and will be removed in a future release. Please move the INTO clause to the end of statement instead.
| Error | 3962 |
|---|---|
| Name | ER_WARN_DEPRECATED_INNER_INTO |
| SQLSTATE | HY000 |
| Group | Server errors |
Source: MySQL 8.4 Error Reference