索引视图:

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

 

posted on   梁娜  阅读(624)  评论(0编辑  收藏  举报

点击右上角即可分享
微信分享提示