I was using ORDER BY date and that has it ordered sequentially (ex: Jan, Feb, Mar..). How do i do is so that the newest date shows up first (Dec, Nov, Oct..)?
Thanks.
| SitePoint Sponsor |



I was using ORDER BY date and that has it ordered sequentially (ex: Jan, Feb, Mar..). How do i do is so that the newest date shows up first (Dec, Nov, Oct..)?
Thanks.





ORDER BY date DESC



Thank you
Bookmarks