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
Use v-model to bind the paging information object...
This article records the installation and configu...
IIS7 needs to confirm whether the "URL REWRI...
Navigation bar creation: Technical requirements: ...
This article example shares the specific code of ...
1. Download related tools and images Download Lin...
The specific code is as follows: package epoint.m...
Operation effectCode Implementation html <div ...
Table of contents Preface 1. Nginx installation 1...
Stop MySQL Service Windows can right-click My Com...
Table of contents 1. Introduction II. Monitoring ...
Table of contents Overview Require URL of the app...
1. Download the image docker pull selenium/hub do...
1. Installation steps for MySQL 8.0.12 version. 1...
Here are some points to note when registering Tom...