Page 1 of 1

Is there a limit number of records PHP/MySQL will display?

Posted: Fri Mar 31, 2006 1:10 am
by michlcamp
Is there a limit to the number of records a mySQL query will display?
I have a table with about 300 records in it but the query only displays about 270 of them...

thanks in advance.
mc

Posted: Fri Mar 31, 2006 1:19 am
by feyd
What's the query? Basically, if there are any clauses like WHERE, LIMIT, GROUP BY, and several others, records may get excluded because they don't fall into the criteria supplied.