MySQL
Linux
Centos
Ubuntu
PHP
Windows
CSS3
帳號登入
MySQL
Linux
Ubuntu
CentOS
PHP
Windows
CSS3
編碼的世界 / 優質文選 /
歷史
mysql 模糊查找表名
2022年7月04日
-
書箋
使用mysql過程中,有時需要查看有哪些帶有aaa的表list , 使用模糊查找能簡單高效地查找出:
egg:
show tables like '%aaa%';
注意前後都要帶%
熱門文章