select concat('truncate table ', table_name, ';') from information_schema.tables where table_schema ="yzhr" and table_name like 'act_%';
- THE END -
最后修改:2022年4月27日
非特殊说明,本博所有文章均为博主原创。
如若转载,请注明出处:https://www.95app.top/mysql-%e6%9f%a5%e8%af%a2%e6%89%80%e6%9c%89%e8%a1%a8/