prudens Posted June 1, 2008 Share Posted June 1, 2008 How do I query mySQL in order of increasing TIMESTAMP? Say, I want the oldest time first. Link to comment https://forums.phpfreaks.com/topic/108193-in-order-of-increasing-timestamp/ Share on other sites More sharing options...
AndyB Posted June 1, 2008 Share Posted June 1, 2008 select whatever order by time_field_name ASC Link to comment https://forums.phpfreaks.com/topic/108193-in-order-of-increasing-timestamp/#findComment-554587 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.