Question
How can I show all results from my DB in reverse row order?
So if I have three rows in the database, called John, Steve,
Tom, if you usually display all results from a database to a web
page, you will get just this order. I have found order by SQL
syntax, but this orders numerically or alphabetically. How can I
order the table contents backwards so that the rows wil read Tom,
Steve, John?
Thanks,
Mark
Thanks,
Mark
