select * from table order by 时间字段1 asc,时间字段2 desc以上是两个时间字段,按时间1升序,时间2降序!如果你只有一个时间段的时间,并且每次查询排序的话,就用楼上的代码!
select * from table order by 时间字段 ascselect * from table order by 时间字段 desc