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
- Moack.co.kr→$39 月-Dual E5 2620V3 32G韩国VPS[主机]
- teraswitch→$4 月 OpenStack 1g 内存 1 核 美国VPS[主机]
- BudgetVM→$12.5 月 KVM-2GB 5GB 100M 不限日本VPS[主机]
- CN2 $7 月 512M 内存 10G SSD 500G 流量 20M香港VPS[主机]
- ServerCheap→$2 月 1GB 内存 30GB SSD 空间 虚拟空间(主机)
- 域名价格监控及注册查询网站汇总全球[VPS测评]
- BandwagonHost - 搬瓦工目前最便宜的 VPS 方案整理全球[VPS测评]
- WordPress插件:nix-gravatar-cache汉化版实现G全球[VPS测评]
- Chrome插件Logo Grabber快速取得网站或品牌Logo全球[VPS测评]
- GigsGigsCloud 新加坡 VPS CLOUDLET SG K1全球[VPS测评]
- WebHorizon新上东京节点,OpenVZ VPS年付最低$10.5全球[VPS测评]
- Advinservers →8$ 月 日本 2C10G60G硬盘 4T流日本VPS[主机]
- 2020黑五 Spartanhost → 个人用户最佳性价比抗DDoS全球[VPS测评]
- 快速云:科普云服务器服务器的概念和作用2022-08-2313:26来源全球[VPS测评]
- 为什么阿里云、腾讯云卖服务器可以挣到钱?全球[VPS测评]
- 147SEO采集器 CSS选择器写法案例全球[VPS测评]
- kvmcloud怎么样?香港BGP云服务器 月付12.9元香港VPS[主机]
- TabbyCloud:1核512MB内存/20GB/500GB流量/KV香港VPS[主机]
- kvmcloud怎么样?香港BGP云服务器 月付12.9元香港VPS[主机]
- 青叶云怎么样?青叶云国内/国外弹性云服务器价格,海外vps低至25.6元全球[VPS测评]
- 为什么大家都选择香港服务器建站香港VPS[主机]
- 磐逸云怎么样?CN2线路香港VPS月付20元香港VPS[主机]
- 江苏高防服务器哪里买?宿迁BGP、宿迁双线高防服务器的价格全球[VPS测评]
- CYUN:开工促销,香港云服务器/美国高防vps/香港物理服务器85折美国VPS[主机]
- PangHost:香港CN2云服务器VPS月付29元,美国洛杉矶高防vp美国VPS[主机]
- 港网科技怎么样?国内BGP云主机,2核2G5M带宽仅377.46元/年全球[VPS测评]
- CentOS 7.x 系统安装和配置redis-7.0.4集群全球[VPS测评]
- 宝塔面板nginx中的网站如何添加身份验证?全球[VPS测评]
- 快云科技:2核2G3M香港云BGP/新界CN2云服务器,月付33元香港VPS[主机]
- UCloud云服务器2020年度大促:北京/上海云服务器/香港免备案云服香港VPS[主机]
转载请注明原文地址:http://140.238.13.167:12355/read-205288.html











