Lord MJ
07-11-2001, 06:05 AM
I want to search a mysql database from the newest entries to the latest entries, not the earliest entries to the newest. Pretty much a reverse search. How would I accomplish this?
![]() | View Full Version : Searching a database, from newest to latest Lord MJ 07-11-2001, 06:05 AM I want to search a mysql database from the newest entries to the latest entries, not the earliest entries to the newest. Pretty much a reverse search. How would I accomplish this? (SH)Saeed 07-11-2001, 06:27 AM When you do your query, just put DESC at the end of it. |