| List: | General Discussion | « Previous MessageNext Message » | |
| From: | Peter Lauri | Date: | September 15 2006 9:23am |
| Subject: | RE: How to sort last n entries? | ||
| View as plain text | |||
SELECT * FROM table WHERE id=(SELECT id FROM table ORDER BY id DESC) ORDER
BY date
-----Original Message-----
From: Dominik Klein [mailto:dk@stripped]
Sent: Friday, September 15, 2006 3:41 PM
To: mysql@stripped
Subject: How to sort last n entries?
I have a table with primary key "id". Another field is "date". Now I
want the last n entries, sorted by "date".
Is this possible in one SQL statement?
Thanks for your help
Dominik
--
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe: http://lists.mysql.com/mysql?unsub=1
| Thread | ||
|---|---|---|
| • How to sort last n entries? | Dominik Klein | 15 Sep |
| • Re: How to sort last n entries? | Chris Sansom | 15 Sep |
| • Re: How to sort last n entries? | Dominik Klein | 15 Sep |
| • Re: How to sort last n entries? | Martijn Tonies | 15 Sep |
| • RE: How to sort last n entries? | Peter Lauri | 15 Sep |
| • RE: How to sort last n entries? | Peter Lauri | 15 Sep |
| • Re: How to sort last n entries? | Dominik Klein | 15 Sep |
| • RE: How to sort last n entries? | Peter Lauri | 15 Sep |
| • RE: How to sort last n entries? | Peter Lauri | 15 Sep |
| • Re: How to sort last n entries? | Brent Baisley | 15 Sep |
