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
Find the problem When retrieving the top SQL stat...
http://www.cppcns.com/shujuku/mysql/283231.html Y...
Since I installed the official version of IE8.0, ...
Table of contents 1. Installation 2. Introducing ...
1. CSS realizes fixed width on the left and adapt...
This article describes the MySQL user management ...
This article example shares the specific code of ...
This may be an issue that is easily overlooked. F...
MySQL 8.0 service cannot be started Recently enco...
Table of contents background Problem Analysis 1. ...
The importance of data consistency and integrity ...
Readonly and Disabled both prevent users from chan...
Preface Node will be used as the middle layer in ...
The implementation of expanding and collapsing li...
1. Background The following two problems are enco...