SQL1题解 | #查询所有列#
查询所有列
https://www.nowcoder.com/practice/f9f82607cac44099a77154a80266234a
select id, device_id, gender, age, university, province
from user_profile;
#SQL练习#SQL专项练习 文章被收录于专栏
SQL语句
查询所有列
https://www.nowcoder.com/practice/f9f82607cac44099a77154a80266234a
select id, device_id, gender, age, university, province
from user_profile;
#SQL练习#SQL语句
相关推荐
查看15道真题和解析招聘动态