- 博客(1)
- 收藏
- 关注
原创 NoSQL的基本操作
day01 删除索引: drop index 索引字段 on 表名; drop index idnumber on student; 删除自增: alter table 表名 modify 字段 字段约束; alter table student modify id int; 删除主键: alter table 表名 drop primary key; alter table studen...
2018-07-24 16:34:16
2361
1
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人