SELECT * FROM TestResult ORDER BY testtime DESC

翻译:查询表TestResult中所有,根据testtime降序排列

DESC:降序排列(从大到小排序)

ASC:升序排列(从小到大排序)

更多推荐

数据库查询的降序排列