摘要: ALTER TABLE table_name AUTO_INCREMENT = 1;重置自增字段值从1开始truncate table `table_name` 清空表,保留数据结构 阅读全文
posted @ 2018-01-16 16:08 为知 阅读(128) 评论(0) 推荐(0) 编辑