Limit data displayed

admin

Administrator
Staff member
Hi,
In my mysql query,
I select * from table ORDER BY Date DESC LIMIT 30

this is so that I can just get the last 30 entries and display them.

However, I want to display then as ascending order, but since my query was in descending order, it displays my data in descending order.

How can I select the last 30 entries but still display the data in ascending order?


thanx
 
Back
Top