SQL5题解 | #将查询后的列重新命名#
将查询后的列重新命名
https://www.nowcoder.com/practice/0d8f49aeaf7a4e1cb7fecec980712113
SELECT device_id AS user_infos_example FROM user_profile LIMIT 2;#SQL练习#
SQL专项练习 文章被收录于专栏
SQL语句
将查询后的列重新命名
https://www.nowcoder.com/practice/0d8f49aeaf7a4e1cb7fecec980712113
SELECT device_id AS user_infos_example FROM user_profile LIMIT 2;#SQL练习#
SQL语句
相关推荐