生产删除sql:
select CONCAT( 'drop table ',table_name,';') from information_schema.TABLES where table_name like 'log_web_special%'
生产删除sql:
select CONCAT( 'drop table ',table_name,';') from information_schema.TABLES where table_name like 'log_web_special%'
转载于:https://my.oschina.net/colin86/blog/1649414