Re: [PHP-DB] n00b deleting entries from db.

2002-07-28 Thread Jason Wong
On Sunday 28 July 2002 17:37, JJ Harrison wrote: > I know how to delete stuff from a db. DELETE FROM table WHERE something_or_another > Now I want to delete all the earliest entires from the database except the > latest 75 entries. How do you define 'earliest' and 'latest'? Do you have a date/t

[PHP-DB] n00b deleting entries from db.

2002-07-28 Thread JJ Harrison
I know how to delete stuff from a db. Now I want to delete all the earliest entires from the database except the latest 75 entries. Is it easy or hard? I know about limit but it doesn't seem to work the other way. -- JJ Harrison [EMAIL PROTECTED] www.tececo.com -- PHP Database Mailing Lis