air_1
air_1
全部
题解 | 将查询后的列重新命名
全部文章
分类
归档
标签
去牛客网
登录
/
注册
题解 | 将查询后的列重新命名
15 浏览
1 回复
2026-04-22
air_1
+关注
select device_id as user_infos_example from user_profile limit 2;
as用来做重命名
举报
收藏
赞
评论加载中...