SQL中怎么创建非聚集索引
1个回答
展开全部
--创建非聚集索引
create nonclustered index inx_entry_stock_on entry_stock_d(entry_stock_bi)
延伸:
--创建聚集索引
create clustered index inx_entry_stock_bi on entry_stock_d(entry_stock_bi)
--主键
alter table entry_stock_d add primary key nonclustered--主键且非聚集
( entry_stock_bi,aid)
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询