//order by +属性+后面不写默认为升序
select device_id,gpa,age from user_profile order by gpa desc,age desc;