题解 | #查找后排序#
查找后排序
https://www.nowcoder.com/practice/cd4c5f3a64b4411eb4810e28afed6f54
select device_id, age from user_profile order by age ASC
order by:默认升序,ASC。降序DESC
查找后排序
https://www.nowcoder.com/practice/cd4c5f3a64b4411eb4810e28afed6f54
select device_id, age from user_profile order by age ASC
order by:默认升序,ASC。降序DESC
相关推荐