First query table structure (sys_users): SELECT * from sys_users; The first method: Hide the middle four digits of the mobile phone number select REPLACE(mobile, SUBSTR(mobile,4,4), 'XXXX') from sys_users The second method: Hide the middle four digits of the mobile phone number (recommended) select insert(mobile, 4, 4, 'XXXX') from sys_users; The above is the full content of this article. I hope it will be helpful for everyone’s study. I also hope that everyone will support 123WORDPRESS.COM. You may also be interested in:
|
<<: Vue project @change multiple parameters to pass multiple events
>>: Example of how to set WordPress pseudo-static in Nginx
Table of contents Preface 1. Style penetration 1....
Table of contents Overview 1. Separation of front...
background When we talk about transactions, every...
Use OSS to upload pictures or attachments in vue ...
What I have been learning recently involves knowl...
Table of contents 1. Introduction: 2. Docker: 1 C...
Library Operations Query 1.SHOW DATABASE; ----Que...
This also caused the inability to upload png files...
Let’s take a look first. HTML source code: XML/HT...
The event scheduler in MySQL, EVENT, is also call...
This article records the detailed installation pr...
Preface: The previous articles introduced the usa...
The following operation demonstrations are all ba...
Recently, new projects have used springcloud and ...
Table of contents 1. Introduction to SELinux 2. B...