MySQL error code
MySQL error 1104
MySQL server error 1104 is ER_TOO_BIG_SELECT, reported with SQLSTATE 42000.
The SELECT would examine more than MAX_JOIN_SIZE rows; check your WHERE and use SET SQL_BIG_SELECTS=1 or SET MAX_JOIN_SIZE=# if the SELECT is okay
| Error | 1104 |
|---|---|
| Name | ER_TOO_BIG_SELECT |
| SQLSTATE | 42000 |
| Group | Server errors |
In other databases
Source: MySQL 8.4 Error Reference