MySQL语句数据表编辑表本页总览编辑表2024年06月12日柏拉文越努力,越幸运 一、认识 二、语法 2.1 编辑表名 alter table [old_tableName] rename to [new_tableName]; 2.2 编辑表自增初始值 alter table [tableName] auto_increment=xxx;