Select CONCAT( 'drop table ', table_name, ';' ) from information_schema.tables where table_name like 'fa_fcsuc_%' and table_schema = 'aqcp_dreiot_com'
批量删除某个前缀的表
最新推荐文章于 2025-12-05 17:02:52 发布
Select CONCAT( 'drop table ', table_name, ';' ) from information_schema.tables where table_name like 'fa_fcsuc_%' and table_schema = 'aqcp_dreiot_com'
722
528

被折叠的 条评论
为什么被折叠?