索引视图:

create view  Test WITH SCHEMABINDING as
select Id, Name from [dbo].[InterfaceCallSetting]
create unique clustered index index_id on Test(id)

 

posted on 2019-05-08 11:37  梁娜  阅读(616)  评论(0编辑  收藏  举报