Tag Archives: Ascending

How to display the results from your database in order

Ascending”SELECT * from name_of_table order BY date ASC”
Descending”SELECT * from name_of_table order BY date DESC”