At 18:12 -0800 11/2/05, Brian Dunning wrote:
On Nov 2, 2005, at 6:03 PM, Matt Babineau wrote:

It will do your whole table. Then give you 50 records.

But there won't be any duplicates, right? It won't include the same records more than once. I know that sounds stupid, just trying to debug an odd problem.

For any given execution of the statement, you will not get the same record
twice in the result set.

Across multiple executions of the statement, there is no guarantee
that records will be distinct in different result sets.

--
Paul DuBois, MySQL Documentation Team
Madison, Wisconsin, USA
MySQL AB, www.mysql.com

--
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:    http://lists.mysql.com/[EMAIL PROTECTED]

Reply via email to