当前位置:网站首页>MySQL queries the last four digits of the mobile phone number. How to write the first few digits?
MySQL queries the last four digits of the mobile phone number. How to write the first few digits?
2022-07-24 05:38:00 【amogogo12】
mysql Check the last four digits of the mobile phone number , How do the first few write ?
It's also a rookie , Pretty good , Let's make progress together , thank you
Check the last four digits of the mobile phone number
There are many ways to do it online , Many are complicated , At least it looks complicated
You can try this , Inquire about TEL Field last 4 Position as 4440 Field of
SELECT * FROM Student where tel LIKE '%4440'
SELECT * FROM Student where tel LIKE '%%4440'
Similarly, the first few people in the query say
SELECT * FROM `Student ` where tel LIKE '1593%%'
Extend the query to the first and last digits
SELECT * FROM `Student` where tel LIKE '15%%4440'
Writing method of random location query , Print as soon as it appears
SELECT * FROM `Student` where tel LIKE '%1593%'
Okay , That's it .
If there is any mistake, please forgive me , For reference only
边栏推荐
- Variables and constants in C language
- Constructor_ Date constructor
- 公链Sui Layer1网络
- Public chain Sui layer1 network
- OpenGL simulates the process of a ball falling to the ground and bouncing up in real life. Draw a ball on the screen, and the ball will fall from top to bottom, hit the ground and bounce up again.
- php+mysql导出excel文件方法
- jsp标签02
- 整站下载器推荐
- 新建 umi 项目,Error: Rendered more hooks 或者 Rendered fewer hooks
- @Async 没有异步执行
猜你喜欢

Penetration testing knowledge - industry terminology

Pycharm configures LAN access, and the LAN cannot access the solution

Function analysis of GeoServer rest API

Vulnhub-Funbox: Rookie(Funbox2)靶机渗透

动画 效果

过渡 效果

自定义MVC 3.0

Variables and constants in C language

MySQL之CRUD

How to forcibly uninstall Google browser? Don't worry about Google opening as a whiteboard. It's effective for personal testing.
随机推荐
登录 页面 + 总结心得
量化合约夹子套利机器人系统逻辑开发原理分析
Keywords_ 01return
Node connects to MySQL and uses Navicat for visualization
MySQL之函数运用
umi之define属性
Cess test online line! The first decentralized storage network to provide multiple application scenarios
Tree structure + node
Collection = = academic waste
Interpretation of the randomness of POS mechanism, how does poca's randomness principle work?
vulnhub-SolidState: 1靶机渗透测试
How to forcibly uninstall Google browser? Don't worry about Google opening as a whiteboard. It's effective for personal testing.
还原ui设计稿
mapboxgl + geoserver 配置本地地图教程
jsp标签
Moonbeam Orbiters Program:为收集人参与 Moonbeam 和 Moonriver 提供新方式
【百度地图API】您所使用的地图JS API版本过低,已不再维护,为保证地图基本功能 正常使用,请尽快升级到最新版地图JS API
Hex to RGB
Hurry in!! Easily master the three structures of "sequence", "branch" and "cycle" of C language
mysqldump 导出中文乱码