MySQL Error 1104 – ER_TOO_BIG_SELECT

MySQL Error Message

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