mysql 查询所有表

helei 2022-4-27 760 4/27

select concat('truncate table ', table_name, ';') from information_schema.tables where table_schema ="yzhr" and table_name like 'act_%';

- THE END -

helei

4月27日14:39

最后修改:2022年4月27日
0

非特殊说明,本博所有文章均为博主原创。