码迷,mamicode.com
首页 > 数据库 > 详细

mysql常用

时间:2021-03-03 12:17:55      阅读:0      评论:0      收藏:0      [点我收藏+]

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

1,将id列放在第一列

alter 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   

原文地址:https://www.cnblogs.com/aixiao07/p/14471524.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!