在视图中增加自动增长列

//视图创出自动增张列,相当于增加了一张表
select id=identity(int,1,1),* into NoEntryScore_Select from dbo.View_NoEntryScore_Select
//查询“增加完自增列”后的表
select * from View_NoEntryScore_Select
//删除增加的表
drop table View_NoEntryScore_Select
posted @ 2011-04-21 11:18  清凉的风/2.0  阅读(688)  评论(0编辑  收藏  举报