跳到主要内容

编辑表

2024年06月12日
柏拉文
越努力,越幸运

一、认识


二、语法


2.1 编辑表名

alter table [old_tableName] rename to [new_tableName];

2.2 编辑表自增初始值

alter table [tableName] auto_increment=xxx;