![]() |
|
|
+ Search |
![]()
|
Mar 15th, 2004 10:40
Matt Chatterley, Thomas Cherian,
If your table has an incremental primary key (eg INT AUTO_INCREMENT), then the newer the row, the higher the PK: SELECT * FROM Table1 ORDER BY RowID DESC LIMIT 25;