select device_id,age
    from user_profile
    order by age asc;
// order by + 列名 asc/desc:根据那一列升序/降序