当前位置:网站首页>MySQL primary key constraint deletion
MySQL primary key constraint deletion
2022-06-30 00:20:00 【CSDN Q & A】
DROP TABLEIF EXISTS emp;CREATE TABLE emp ( id INT PRIMARY KEY, enam VARCHAR ( 50 ) UNIQUE, joindate date NOT NULL, salary DOUBLE ( 7, 2 ) NOT NULL, bonus DOUBLE ( 7, 2 ) DEFAULT 0 );ALTER TABLE emp DROP PRIMARY KEY;
After running, it appears > 1091 - Can't DROP 'PRIMARY'; check that column/key exists How to solve
边栏推荐
- Viewing splitchunks code segmentation from MPX resource construction optimization
- C MDI open subform to remove automatically generated menu bar
- JVM之栈空间
- Solr basic operations 9
- About mongodb error: connecting to: mongodb://127.0.0.1:27017/?compressors=disabled &gssapiServiceName=mongodb
- Vulnhub target -moriartycorp
- 由GlideException: Failed DecodePath{DirectByteBuffer->GifDrawable->Drawable}引起的刨根问底
- Andorid source build/envsetup. SH details to know
- Solr basic operation 16
- [dynamic programming] - linear DP
猜你喜欢
传统微服务框架如何无缝过渡到服务网格 ASM
C MDI open subform to remove automatically generated menu bar
项目一:部署 LAMP ecshop电商平台
How to write controller layer code gracefully?
JS的初步语法
Clone undirected graph [bfs accesses each edge but not only nodes]
Zhongang Mining: Fluorite helps the construction and development of lithium battery in fluorine industry
复制带随机指针的链表[空间换时间--hash记录]
After 8 years of polishing, "dream factory of game design" released an epic update!
Root cause of glideexception: failed decodepath{directbytebuffer- > gifdrawable- > drawable}
随机推荐
How to write controller layer code gracefully?
01背包问题
Koa2 learning and using
QT learning 03 birth and essence of QT
Solr基础操作7
Unity splashimage scaling problem
基于zfoo开发项目的一些规范
gyctf_ 2020_ document
HTAP x cloud native: tidb accelerates the release of data value and realizes data agility
Solr basic operation 10
How to view the CPU cores and threads in win11? Win11 view the tutorial of how many cores and threads the CPU is
Viewing splitchunks code segmentation from MPX resource construction optimization
Solr基础操作13
Statistical query of SQL Server database
[dynamic programming] - linear DP
Label Troubleshooting: unable to open the marked image
QT learning 01 GUI program principle analysis
Solr基础操作8
label问题排查:打不开标注好的图像
《性能之巅第2版》阅读笔记(四)--Memory监测