mysql常用命令收集

2018-09-07 22:05:19 管理员

查询一个数据库中相同前缀的表(pre代表表的前缀):

Select CONCAT( 'drop table ', table_name, '' )

FROM information_schema.tables

Where table_name LIKE 'pre_%';

维修报价
下载中心
关于我们
联系我们