select device_id from user_profile where id <=2

这里有点问题,明明没能改列名,却说通过了

select device_id as user_infos_example from user_profile limit 2

应当需要加上as才是改名的