Re: Getting to latest 5 Records

2001-11-26 Thread Thomas Spahni
On Mon, 26 Nov 2001, Jack wrote: > Dear all > I had a table which with Auto_increment, which means when i insert a record > there will be a number insert to lead as the location of the record. > here is my question. > I was try to get the most last five records , but i don't know which query > sh

Re: Getting to latest 5 Records

2001-11-26 Thread yilmaz
L PROTECTED]> Sent: Monday, November 26, 2001 6:30 PM Subject: RE: Getting to latest 5 Records > The best way is to get the records ordered inverselly by the auto-increment > field and then restrict the return to 5 records. > > Cheers, > Luis Ferro > WebDev > > -Origina

RE: Getting to latest 5 Records

2001-11-26 Thread Luis Ferro
The best way is to get the records ordered inverselly by the auto-increment field and then restrict the return to 5 records. Cheers, Luis Ferro WebDev -Original Message- From: Jack [mailto:[EMAIL PROTECTED]] Sent: segunda-feira, 26 de Novembro de 2001 10:02 To: Mysql List Subject: Gettin