题解 | 查看学校名称中含北京的用户
查看学校名称中含北京的用户
https://www.nowcoder.com/practice/95d9922b1e2a49de80daa491889969ee
select device_id ,age ,university from user_profile where university like '%北京%'
% 占位符,北京前后%,含有北京;
SQL刷题 文章被收录于专栏
SQL刷题文章专栏
查看学校名称中含北京的用户
https://www.nowcoder.com/practice/95d9922b1e2a49de80daa491889969ee
select device_id ,age ,university from user_profile where university like '%北京%'
% 占位符,北京前后%,含有北京;
SQL刷题文章专栏
相关推荐