摘要: 方法1:生成清空所有表的SQLselect CONCAT('TRUNCATE TABLE ',table_name,';') from information_schema.tables where TABLE_SCHEMA = 'db1'; 方法二:用navicat,每个表 右键 清空表 阅读全文
posted @ 2019-05-23 09:32 小An 阅读(8711) 评论(0) 推荐(1)