题解 | #查找后排序#
查找后排序
http://www.nowcoder.com/practice/cd4c5f3a64b4411eb4810e28afed6f54
select device_id,age from user_profile order by age
- ORDER BY 列名 ASC 或 DESC
表示按<列名>进行升序(ASC)或降序(DESC)排序
查找后排序
http://www.nowcoder.com/practice/cd4c5f3a64b4411eb4810e28afed6f54
select device_id,age from user_profile order by age
表示按<列名>进行升序(ASC)或降序(DESC)排序
相关推荐