当前位置:网站首页>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边栏推荐
- Rockchip3399 start auto load driver
- VIM 9.0 is officially released! The execution speed of the new script can be increased by up to 100 times
- The testing process that software testers should know
- Answers to ten questions about automated testing software testers must see
- Common English Vocabulary
- Take you ten days to easily complete the go micro service series (II)
- Network security - firewall
- Tâche 6: regroupement DBSCAN
- Network security - scanning and password explosion 2
- [Appendix 6 Application of reflection] Application of reflection: dynamic agent
猜你喜欢

The testing process that software testers should know

Summary of interval knowledge
![[data mining] task 6: DBSCAN clustering](/img/af/ad7aa523b09884eee967c6773a613f.png)
[data mining] task 6: DBSCAN clustering

Bottleneck period must see: how can testers who have worked for 3-5 years avoid detours and break through smoothly

Smart management of Green Cities: Digital twin underground integrated pipe gallery platform

【数据挖掘】任务5:K-means/DBSCAN聚类:双层正方形

Vant implements a simple login registration module and a personal user center
![[error record] navigator operation requested with a context that does not include a naviga](/img/53/e28718970a2f7226ed53afa27f6725.jpg)
[error record] navigator operation requested with a context that does not include a naviga

Niuniu's ball guessing game (dynamic planning + prefix influence)

Query product cases - page rendering data
随机推荐
云原生题目整理(待更新)
网络安全-openvas
查询商品案例-页面渲染数据
【Camera专题】Camera dtsi 完全解析
STM32 - introduction of external interrupts exti and NVIC
Certaines fonctionnalités du développement d'applets
Network security - man in the middle attack
[error record] an error is reported in the fluent interface (no mediaquery widget ancestor found. | scaffold widgets require a mediaquery)
Huakaiyun (Zhiyin) | virtual host: what is a virtual host
网络安全-动态路由协议RIP
[camera topic] how to save OTP data in user-defined nodes
[untitled]
2022 spring "golden three silver four" job hopping prerequisites: Software Test interview questions (with answers)
[technology development-23]: application of DSP in future converged networks
[data mining] task 6: DBSCAN clustering
Installation and use of serial port packet capturing / cutting tool
How to refresh the opening amount of Oracle ERP
Network security - talking about security threats
Network security - phishing
网络安全-防火墙