会员
周边
众包
新闻
博问
闪存
赞助商
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
kuailewangzi1212
博客园
首页
新随笔
联系
管理
订阅
2007年9月24日
sql中创建主键非聚集索引和聚集索引
摘要: --排序(聚集索引) create clustered index inx_entry_stock_bi on entry_stock_d(entry_stock_bi) --创建非聚集索引 create nonclustered index inx_entry_stock_on entry_stock_d(entry_stock_bi) --主键 alter table entry_stock_...
阅读全文
posted @ 2007-09-24 14:52 kuailewangzi1212
阅读(1770)
评论(0)
推荐(0)
编辑
公告