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

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

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

select device_id,age,universityfrom user_profile where university like '%北京%';select device_id,age,universityfrom user_profile where university regexp '北京';

select device_id,age,universityfrom user_profile where university rlike '北京';

select device_id,age,universityfrom user_profile where locate('北京',university);

select device_id,age,universityfrom user_profile where instr(university,'北京');

select device_id,age,universityfrom user_profile 

where substr(university,1,2) = '北京';

全部评论

相关推荐

嗨害嗨我来了:感谢我吧,上次我在食堂敲打了一个姓雷的,他说马上给大学生们准备hc
不卡学历的大厂有哪些?
点赞 评论 收藏
分享
苍蓝星上艾露:这简历。。。可以试试我写的开源简历优化工具https://github.com/weicanie/prisma-ai
点赞 评论 收藏
分享
评论
点赞
收藏
分享

创作者周榜

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