Brian Dunning's Error Code Reference

MySQL Error 1104

SQLSTATE: 42000 (ER_TOO_BIG_SELECT) The SELECT would examine more than MAX_JOIN_SIZE rows; check your WHERE and use SET SQL_BIG_SELECTS=1 or SET SQL_MAX_JOIN_SIZE=# if the SELECT is okay

 

Comments

biswajit   biswajit, thinkways.com
Feb 24, 2006
i m getting this error while creating table in mysql