`

批量删除相同前缀的表

阅读更多
删除所有PPR_前缀的表
SELECT   CONCAT( 'drop table ',table_name,'; ')   FROM   information_schema.tables where information_schema.tables.TABLE_NAME LIKE 'ppr_%' ;
分享到:
评论

相关推荐

Global site tag (gtag.js) - Google Analytics