相关疑难解决方法(0)

是否有必要使用#在SQL Server中创建临时表?

是否有必要#在SQL Server中创建临时表之前使用?

例:

SELECT column1, column2, someInt, someVarChar 
INTO ItemBack1 
FROM table2
WHERE table2.ID = 7
Run Code Online (Sandbox Code Playgroud)

对于ItemBack1,是否需要使用#符号?

如果没有,那么#在创建临时表时有什么用?

sql sql-server sql-server-2005 sql-server-2008

91
推荐指数
2
解决办法
16万
查看次数