On 24/08/2005, "Praveen KS" wrote:

> Can anyone help with a query to retrieve latest N records.
> 
> No auto_increment field.
> No date field.
> Primary key exists and is populated with random unique values.

In a table, there are no such things as

 - the first record
 - the twenty third record
 - the last record

unless you provide for some ordering yourself (e.g. by including a
timestamp).

-- 
felix

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

Reply via email to