题解 | 查看学校名称中含北京的用户

查看学校名称中含北京的用户

https://www.nowcoder.com/practice/95d9922b1e2a49de80daa491889969ee

select device_id, age,university from user_profile where university like '%北京%';
  • SELECT device_id, age, university: 选择 device_idage 和 university 列。
  • FROM user_profile: 从 user_profile 表中获取数据。
  • WHERE university LIKE '%北京%': 使用 LIKE 运算符筛选出 university 列中包含“北京”字样的记录。
全部评论

相关推荐

评论
点赞
收藏
分享

创作者周榜

更多
牛客网
牛客网在线编程
牛客网题解
牛客企业服务