device_id,
  age
from
  user_profile
order by
  age asc

order by xx asc // 按xx升序排序 order by xx desc // 按xx降序排序