| List: | General Discussion | « Previous MessageNext Message » | |
| From: | Manisha Sathe | Date: | August 22 2004 12:31pm |
| Subject: | How to get the last record from the slected record set | ||
| View as plain text | |||
I am having more than 10 records in a table. I want to select only first top 10 records (depending on one field score) and then want to select 10th position record. select * from table1 order by score desc LIMIT 10 This will give me 10 records but then how to get the last record ? Thanks in advance, regards Manisha
| Thread | ||
|---|---|---|
| • How to get the last record from the slected record set | Manisha Sathe | 23 Aug |
| • Re: How to get the last record from the slected record set | Karl Pielorz | 23 Aug |
| • Re: How to get the last record from the slected record set | Martijn Tonies | 23 Aug |
| • Re: How to get the last record from the slected record set | Manisha Sathe | 23 Aug |
| • Re: How to get the last record from the slected record set | Roger Baklund | 23 Aug |
| • Re: How to get the last record from the slected record set | Karl Pielorz | 23 Aug |
| • Re: How to get the last record from the slected record set | Manisha Sathe | 23 Aug |
| • RE: How to get the last record from the slected record set | Kerry Frater | 23 Aug |
| • Re: How to get the last record from the slected record set | gerald_clark | 23 Aug |
| • Re: How to get the last record from the slected record set - Thanks | Manisha Sathe | 23 Aug |
