当前位置:网站首页>MySQL replace primary key delete primary key add primary key
MySQL replace primary key delete primary key add primary key
2022-07-05 23:25:00 【Risehuxyc】
Add primary key
alter table humanidentity.citycode add primary key(adcode);
Delete primary key
alter table humanidentity.citycode drop primary key;
Replace primary key
alter table humanidentity.citycode drop primary key;
alter table humanidentity.citycode add primary key(adcode);
Inspection effect
desc humanidentity.citycode;
Reference documents :
边栏推荐
- Go语言实现原理——锁实现原理
- Déterminer si un arbre binaire est un arbre binaire complet
- UVA – 11637 garbage remembering exam (combination + possibility)
- Negative sampling
- 芯源&立创EDA训练营——无刷电机驱动
- Krypton Factor-紫书第七章暴力求解
- 【经典控制理论】自控实验总结
- 判斷二叉樹是否為完全二叉樹
- Three. Js-01 getting started
- MySQL (1) -- related concepts, SQL classification, and simple operations
猜你喜欢
CorelDRAW plug-in -- GMS plug-in development -- new project -- macro recording -- VBA editing -- debugging skills -- CDR plug-in (2)
Creative mode 1 - single case mode
Douban scoring applet Part-2
Week 17 homework
Negative sampling
Registration of Electrical Engineering (elementary) examination in 2022 and the latest analysis of Electrical Engineering (elementary)
Southeast Asia e-commerce guide, how do sellers layout the Southeast Asia market?
Neural structured learning 4 antagonistic learning for image classification
TypeError: this. getOptions is not a function
Marginal probability and conditional probability
随机推荐
grafana工具界面显示报错influxDB Error
Multi view 3D reconstruction
Go语言实现原理——Map实现原理
Use the rewrite rule to rewrite all accesses to the a domain name to the B domain name
Realize reverse proxy client IP transparent transmission
VS2010编写动态链接库DLL和单元测试,转让DLL测试的正确性
Week 17 homework
3: Chapter 1: understanding JVM specification 2: JVM specification, introduction;
LeetCode145. Post order traversal of binary tree (three methods of recursion and iteration)
MySQL (2) -- simple query, conditional query
Leecode learning notes
Golang code checking tool
LeetCode——Add Binary
Calculating the number of daffodils in C language
Introduction to JVM
[classical control theory] summary of automatic control experiment
Go语言实现原理——锁实现原理
yate. conf
February 13, 2022 -5- maximum depth of binary tree
数据库基础知识(面试)