[MySql] 清空資料表 清空資料庫
清空資料表:
清空資料庫:
查出資料庫所有table名稱
執行n行 truncate table tb_name;
truncate table tb_name;
清空資料庫:
查出資料庫所有table名稱
select table_name from information_schema.tables where TABLE_SCHEMA = 'databaseName'可以用excel 或其他工具copy出來編輯
執行n行 truncate table tb_name;
留言
張貼留言