MySQL 中 alter 用法大全
![]() | ![]() | ![]() | ![]() |
| 【性价之王】 | 【线路之王】 | 【价格之王】 | 【配置之王】 |
| 【免费之王】 | 【香港首推】 | 【梯子之王】 | 【独服之王】 |

1:删除列
alter table 【表名】 drop 【列名】2:增加列
alter table 【表名】 add 【列名】 int not null comment '注释说明'3:修改列的类型信息
alter table 【表名】modify 【列名】 char(10) 4:重命名列
alter table 【表名】【列名称】【新列名】5:重命名表
alter table 【表名】 rename 【新表名】6:删除表中主键
alter table 【表名】 drop primary key7:添加主键
alter table 【表名】 add CONSTRAINT PK_SJ_RESOURCE_CHARGES PRIMARY KEY (resid,resfromid)8:添加索引
alter table 【表名】 add index INDEX_NAME (name);9:添加唯一限制条件索引
alter table 【表名】 add unique emp_name2(cardnumber);10:删除索引
alter table 【表名】 drop index emp_name;11:加主关键字的索引
alter table 【表名】 add primary key(id);12:增加字段
alter table 【表名】 add field_name field_type;13:修改原字段名称及类型:
alter table 【表名】 table old_field_name new_field_name field_type;14:删除字段:
alter table 【表名】 drop field_name;猜你可能想看的VPS
- PHP 国家及地区代码数组全球[VPS测评]
- DogYun→62 元 月 2GB 内存 20GB SSD 空间 100虚拟空间(主机)
- 日本 VPS ¥36 月 2G 内存 40G SSD 4Mbps 不限量日本VPS[主机]
- HostYun→17.1 元 月 512MB 内存 10GB SSD 空虚拟空间(主机)
- 企鹅小屋→75 元 年 512MB 内存 15GB SSD 空间 500虚拟空间(主机)
- 玩具-Friendhosting→$1.75 起 首付 5 折 KVM 全球[VPS测评]
- CloudCone - 洛杉矶 KVM 五折促销 512M 内存 1T 全球[VPS测评]
- 最后三天RAKsmart→日本新品上 线 E5-2630L 仅售$99 日本VPS[主机]
- 补货 搬瓦工→年付 46.87 美元 512M 内存套餐补货了 CN2 全球[VPS测评]
- 元旦优惠 RackNerd→$21.8 每年 3 核 CPU 2G 内存全球[VPS测评]
- [ 黑五]PacificRack→$18.95 年 KVM-1GB 30全球[VPS测评]
- CMIVPS→$8.3 月 KVM-2GB 10G SSD 3M 无限 香港VPS[主机]
- 两个官字是什么成语?全球[VPS测评]
- 双十二返场活动 LOCVPS→日本大阪 Xen vps 终身六五折优惠 日本VPS[主机]
- HTTP 状态码大全(HTTP Status Code)全球[VPS测评]
- Racknerd双旦美国便宜VPS特价,年付9.89美元起美国VPS[主机]
- 使用测速脚本对国外VPS服务器进行测速全球[VPS测评]
- WordPress前端优化设置教程全球[VPS测评]
- Nusahost-4.67$月付 印尼 Windows系统VPS 1核2WINDOWS
- CloudCone 512M 内存 10G SSD 500G流量 洛杉矶全球[VPS测评]
- 青果云怎么样?美国/香港/日本云主机 买多久送多久日本VPS[主机]
- 什么是linux面板?常见的Linux控制面板有哪些?全球[VPS测评]
- 香港云服务器对于建站有什么便捷的地方?香港VPS[主机]
- Ubuntu关机命令是什么?Ubuntu关机命令介绍全球[VPS测评]
- 6种样式社交论坛网站HTML5模板 - Social全球[VPS测评]
- 后浪云:优惠码”2021″,美国/香港2核4G2M云服务器仅32.5元/美国VPS[主机]
- 缓解云计算人才焦渴,苏州工业园区用三年引得源头活水来全球[VPS测评]
- PQhosting:香港HE/乌克兰/俄罗斯/荷兰/摩尔多瓦vps主机/香港VPS[主机]
- 六一云:香港CMI VPS,10G防御,1核/1G/40G SSD/15香港VPS[主机]
- 潮科技|阿里云发布第七代高主频云服务器ECS和含光800云服务器全球[VPS测评]
转载请注明原文地址:http://140.238.13.167:12355/read-208222.html











