题解 | #将查询后的列重新命名#
将查询后的列重新命名
https://www.nowcoder.com/practice/0d8f49aeaf7a4e1cb7fecec980712113
#设备id 改名 #前两个用户 select device_id user_infos_example#空格+别名 from user_profile limit 2
将查询后的列重新命名
https://www.nowcoder.com/practice/0d8f49aeaf7a4e1cb7fecec980712113
#设备id 改名 #前两个用户 select device_id user_infos_example#空格+别名 from user_profile limit 2
相关推荐