MySQL error code
MySQL error 1353
MySQL server error 1353 is ER_VIEW_WRONG_LIST, reported with SQLSTATE HY000.
In definition of view, derived table or common table expression, SELECT list and column names list have different column counts
| Error | 1353 |
|---|---|
| Name | ER_VIEW_WRONG_LIST |
| SQLSTATE | HY000 |
| Group | Server errors |
Source: MySQL 8.4 Error Reference