当前位置:网站首页>Modify table structure
Modify table structure
2022-07-03 01:51:00 【Xu Feng &】
1, Basics
alter table table_name Modify clause
// It is allowed to specify multiple actions , Comma off
2, Modify clause
newly added
add column_name data_type [not null][default default_value]
// Primary key
add primary key
drop primary key
change
change column_name new_column data_type
[not null][default default_name]
to update
modify column_name new_data_type[not null][default default_value]
// Directly change without entering the old name, directly enter the new name
Delete field
drop column column_name
Delete unique constraint
drop column column_name
rename table
rename table table_name to new_table_name
边栏推荐
- Caused by: com.fasterxml.jackson.databind.exc.MismatchedInputException: Cannot construct instance o
- Network security - vulnerabilities and Trojans
- Cloud native topic sorting (to be updated)
- Bottleneck period must see: how can testers who have worked for 3-5 years avoid detours and break through smoothly
- View of MySQL
- Huakaiyun | virtual host: IP, subnet mask, gateway, default gateway
- 【数据挖掘】任务5:K-means/DBSCAN聚类:双层正方形
- The technology boss is ready, and the topic of position C is up to you
- GDB 在嵌入式中的相关概念
- 小程序开发黑马购物商城中遇到的问题
猜你喜欢
A simple tool for analyzing fgui dependencies
In 2022, 95% of the three most common misunderstandings in software testing were recruited. Are you that 5%?
Virtual list
Bottleneck period must see: how can testers who have worked for 3-5 years avoid detours and break through smoothly
NCTF 2018 part Title WP (1)
Everything文件搜索工具
ByteDance data Lake integration practice based on Hudi
[QT] encapsulation of custom controls
View of MySQL
Introduction to kotlin collaboration
随机推荐
Openresty cache
串口抓包/截断工具的安装及使用详解
The testing process that software testers should know
PS remove watermark details
Leetcode skimming questions_ Sum of two numbers II - enter an ordered array
[error record] navigator operation requested with a context that does not include a naviga
Installation and use of serial port packet capturing / cutting tool
Learn BeanShell before you dare to say you know JMeter
Query product cases - page rendering data
What are the differences between software testers with a monthly salary of 7K and 25K? Leaders look up to you when they master it
【数据挖掘】任务4:20Newsgroups聚类
简易分析fgui依赖关系工具
【Camera专题】手把手撸一份驱动 到 点亮Camera
Caused by: com.fasterxml.jackson.databind.exc.MismatchedInputException: Cannot construct instance o
How is the mask effect achieved in the LPL ban/pick selection stage?
QTableWidget懒加载剩内存,不卡!
LabVIEW安装第三方VISA软件后NI VISA失效
[understanding of opportunity -36]: Guiguzi - flying clamp chapter - prevention against killing and bait
【数据挖掘】任务1:距离计算
Network security - firewall