会员
周边
捐助
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
程绩
你的指尖有改变世界的力量
博客园
首页
新随笔
联系
订阅
管理
2017年10月31日
索引的增删改成查
摘要: 1 创建表时就指定索引 create table t1( id int, name char(5), unique key nui_name(name), primary key (id) ); create table t2( id int, name char(5), index idx_nam
阅读全文
posted @ 2017-10-31 17:33 程绩
阅读(299)
评论(0)
推荐(0)
编辑
公告