当前位置:Gxlcms > 数据库问题 > mysql常用

mysql常用

时间:2021-07-01 10:21:17 帮助过:58人阅读

table cqc_xa.cqc_xa_diff_case modify id int unsigned auto_increment first;

2,增加自增id

alter table test.student add column indexxx int(14) primary key auto_increment after first;

3,修改表名

ALTER  TABLE table_name RENAME TO new_table_name

 

mysql常用

标签:增加   first   dex   column   sql   modify   index   signed   nbsp   

人气教程排行