当前位置:网站首页>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 keychange
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_nameDelete unique constraint
drop column column_namerename table
rename table table_name to new_table_name边栏推荐
- Introduction to flask tutorial
- 【Camera专题】手把手撸一份驱动 到 点亮Camera
- 技术大佬准备就绪,话题C位由你决定
- A 30-year-old software tester, who has been unemployed for 4 months, is confused and doesn't know what to do?
- Network security - Trojan horse
- Telecom Customer Churn Prediction challenge
- [data mining] task 2: mimic-iii data processing of medical database
- [data mining] task 1: distance calculation
- View of MySQL
- Scheme and practice of cold and hot separation of massive data
猜你喜欢

【数据挖掘】任务2:医学数据库MIMIC-III数据处理

QTableWidget懒加载剩内存,不卡!

Scheme and practice of cold and hot separation of massive data

A simple tool for analyzing fgui dependencies

LeetCode 987. Vertical order transverse of a binary tree - Binary Tree Series Question 7

Learn the five skills you need to master in cloud computing application development

"Jetpack - livedata parsing"

Analysis, use and extension of open source API gateway apisex
![[shutter] animation animation (basic process of shutter animation | create animation controller | create animation | set value listener | set state listener | use animation values in layout | animatio](/img/70/54eb9359ac91aa43383b240eb036b7.gif)
[shutter] animation animation (basic process of shutter animation | create animation controller | create animation | set value listener | set state listener | use animation values in layout | animatio

LabVIEW安装第三方VISA软件后NI VISA失效
随机推荐
Three core issues of concurrent programming - "deep understanding of high concurrent programming"
【Camera专题】OTP数据如何保存在自定义节点中
C language course information management system
Network security - firewall
Technology sharing | Frida's powerful ability to realize hook functions
NCTF 2018 part Title WP (1)
Network security - virus
Query product cases - page rendering data
In the face of difficult SQL requirements, HQL is not afraid
Why is it not recommended to use BeanUtils in production?
[camera special topic] Hal layer - brief analysis of addchannel and startchannel
自定义组件、使用npm包、全局数据共享、分包
Everything file search tool
Introduction to flask tutorial
网络安全-密码破解
小程序开发的部分功能
Custom components, using NPM packages, global data sharing, subcontracting
串口抓包/截断工具的安装及使用详解
网络安全-动态路由协议RIP
【Camera专题】手把手撸一份驱动 到 点亮Camera