当前位置:网站首页>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 :
边栏推荐
- Design and implementation of secsha system
- Leetcode buys and sells stocks
- How to enable relationship view in phpMyAdmin - how to enable relationship view in phpMyAdmin
- Code farmers to improve productivity
- UVA11294-Wedding(2-SAT)
- 进击的技术er——自动化
- (4)UART应用设计及仿真验证2 —— RX模块设计(无状态机)
- 3D reconstruction of point cloud
- Use of metadata in golang grpc
- Expectation, variance and covariance
猜你喜欢
Registration and skills of hoisting machinery command examination in 2022
CIS基准测试工具kube-bench使用
开关电源Buck电路CCM及DCM工作模式
Negative sampling
Neural structured learning - Part 2: training with natural graphs
Week 17 homework
The method and principle of viewing the last modification time of the web page
Alibaba Tianchi SQL training camp task4 learning notes
TVS管 与 稳压二极管参数对比
698. 划分为k个相等的子集 ●●
随机推荐
How to design API return code (error code)?
Déterminer si un arbre binaire est un arbre binaire complet
Data analysis - Thinking foreshadowing
11gR2 Database Services for "Policy" and "Administrator" Managed Databases (文件 I
2022 R2 mobile pressure vessel filling review simulation examination and R2 mobile pressure vessel filling examination questions
LeetCode145. Post order traversal of binary tree (three methods of recursion and iteration)
(4) UART application design and simulation verification 2 - TX module design (stateless machine)
C# Linq Demo
C Primer Plus Chapter 9 question 10 binary conversion
Pyqt control part (I)
Registration and skills of hoisting machinery command examination in 2022
February 13, 2022 -5- maximum depth of binary tree
424. 替换后的最长重复字符 ●●
Alibaba Tianchi SQL training camp task4 learning notes
Comparison between webgl and webgpu [3] - vertex buffer
Mathematical formula screenshot recognition artifact mathpix unlimited use tutorial
Spécifications techniques et lignes directrices pour la sélection des tubes TVS et ESD - Recommandation de jialichuang
The PNG image is normal when LabVIEW is opened, and the full black image is obtained when Photoshop is opened
UVA – 11637 Garbage Remembering Exam (组合+可能性)
Three. JS VR house viewing