I have a collum called date_entered in my database, In it are timestamps, using orderby .. how can I list the most current dates first
I think its the opposite of
ORDER BY date_entered ASC
but Im not sure what the opposite of ASC is
| SitePoint Sponsor |




I have a collum called date_entered in my database, In it are timestamps, using orderby .. how can I list the most current dates first
I think its the opposite of
ORDER BY date_entered ASC
but Im not sure what the opposite of ASC is




Nevermind
found it
DESC
Bookmarks