sql实现日期降序,时间升序的方法
来源:未知 责任编辑:责任编辑 发表时间:2014-01-20 07:53 点击:次
sql实现日期降序,时间升序的方法
SELECT
type,
create_date,
substr(create_date,1,10) as d,
substr(create_date,12) as t
FROM
history_received_message order by d desc,t asc
作者 ffyhappy
相关新闻>>
最新推荐更多>>>
- 发表评论
-
- 最新评论 更多>>