In MySQL, the TRUNCATE TABLE command will reset AUTO_INCREMENT values, as shown in the following example. CREATE DATABASE test; USE test; DROP TABLE IF EXISTS ...
確定! 回上一頁