阅读背景:

在SQL Server 2008中添加Identity列到视图。

来源:互联网 

This is my view:

这是我的观点:

Create View [MyView] as
(
Select col1, col2, col3 From Table1
UnionAll
Select col1, col2, col3 From Table2
)
Create View [MyVie



你的当前访问异常,请进行认证后继续阅读剩余内容。

分享到: