题目链接
戳这里
题解
为了代码更清楚,用 着重号
表名需要重新命名的列(如果列是 user infors example
的形式,一定要使用着重号,否则不会识别为一个整体字段)
SELECT device_id AS `user_infos_example`
FROM user_profile
WHERE id<=2 -- 或用 LIMIT 2
标签:重新命名,题解,SQL5,用法,着重号,user,example,id
来源: https://www.cnblogs.com/huangkenicole/p/16637837.html