mysql > select CONCAT("truncate TABLE ",table_schema,".",TABLE_NAME, ";") from INFORMATION_SCHEMA.TABLES where table_schema in ("dbname"); ...
確定! 回上一頁