I have a select query in descending order, with the most recent on top. The problem I have is that the new record always appears at the bottom of the list.
Is it possible to sort in such a way that I get this type of sort as the output of the query?
New Record
Most Recent
Second Most Recent
Third Most Recent
etc...
I don't know if it's possible to do that way, but for my purposes it would be ideal.
Suggestions would be appreciated.