mysql利用timestamp来进行帖子排序

select * from table order by timestamp desc
order by 该列 desc

timestamp字段也可以用来排序,对应Java类型的.net.timestamp


原文地址:https://www.cnblogs.com/panxuejun/p/6137694.html