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