https://blog.csdn.net/a463620704/article/details/104846581/
使用
Select CONCAT( 'drop table ', table_name, ';' ) FROM information_schema.tables Where table_name LIKE '__prefix_%';
可生成drop表语句,然后可以批量删除:
drop table __prefix_20180129;
drop table __prefix_20180130;
drop table __prefix_20180131;
文章转载自巴韭特锁螺丝,如果涉嫌侵权,请发送邮件至:contact@modb.pro进行举报,并提供相关证据,一经查实,墨天轮将立刻删除相关内容。




