如何按日期订购帖子

时间:2017-05-15 16:56:45

标签: php mysql sql

我有一个网站,管理员可以在其中发布新闻和更新,但每次添加一个新网站时,它会从第一个添加下来的任何想法如何解决此问题?

1 个答案:

答案 0 :(得分:0)

您希望对日期时间进行排序(或者如果不存在,则可以使用ID,但这不是“应该如何”),而不是按升序排序。

示例查询:

(gdb) set test .profile
You have set test to .profile
(gdb) show test
The value of test is .profile

https://dev.mysql.com/doc/refman/5.7/en/sorting-rows.html