会员
周边
众包
新闻
博问
闪存
赞助商
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
cRaZy_TyKeIo
疯狂的程序员。。。。。。
首页
联系
订阅
管理
2014年9月2日
创建索引
摘要: 创建一个表:create table t1 (id int primary key,username varchar(20),password varchar(20)); 创建单个索引的语法:create index 索引名 on 表名(字段名) 索引名一般是:表名_字段名 给id创建索引:create index t1_id on t1(id); 创建联合索引的语法:create in...
阅读全文
posted @ 2014-09-02 18:33 cRaZy_TyKeIo
阅读(130)
评论(0)
推荐(0)
编辑
公告