无详细内容 无 select concat('truncate table mydatabase.',table_name,';') from information_schema.tables where table_schema='mydatabase'
select concat('truncate table mydatabase.',table_name,';') from information_schema.tables where table_schema='mydatabase'