View Single Post

   
  #1 (permalink)  
Old 02-27-2008, 09:16 PM
Dominik Klein
 
Posts: n/a
Default 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
Reply With Quote