By default when you query the DB and have it display the selected data, it will just show it to you in the order it was entered into the database.... Meaning the first record will be the first in the list. I want to reverse this. I want the newest record to show on the top. What would I Order by in my sql query? I do not have a date added column in my database, so this is not really an option. And using Order by desc is for alphabetical order. I need it to just reverse the default way. Can anyone help? Thanks!
wow nevermind everyone. I found a solution. It jsut came to me right after posting my question.
I do have an ID field in my table, so i am just ordering by that, desc. So the last number (or really the newest one) appears on top.
:tu:
wow nevermind everyone. I found a solution. It jsut came to me right after posting my question.
I do have an ID field in my table, so i am just ordering by that, desc. So the last number (or really the newest one) appears on top.
:tu:




