题解 | #查找后排序#
查找后排序
https://www.nowcoder.com/practice/cd4c5f3a64b4411eb4810e28afed6f54
select device_id, age from user_profile order by age asc;
asc升序
desc降序
完
查找后排序
https://www.nowcoder.com/practice/cd4c5f3a64b4411eb4810e28afed6f54
select device_id, age from user_profile order by age asc;
asc升序
desc降序
完
相关推荐