题解 | 查找学校是北大的学生信息
查找学校是北大的学生信息
https://www.nowcoder.com/practice/7858f3e234bc4d85b81b9a6c3926f49f
select device_id,university from user_profile where university='北京大学';
where 用来筛选条件
查找学校是北大的学生信息
https://www.nowcoder.com/practice/7858f3e234bc4d85b81b9a6c3926f49f
select device_id,university from user_profile where university='北京大学';
where 用来筛选条件
相关推荐