Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在使用 SQL Server 2008 R2。我正在使用创建一个表
Select.. Into... From
其中From实际上是 2 个连接表。
From
结果表会有原始表的索引吗?
好吧,你可以自己试试看。但答案是否定的。它将具有由 Select 子句中的列和类型组成的表模式,但没有索引、外键或源表中的任何内容。