I need to save select query output into temporary table. Then I need to make another select query against this temporary table. Does anybody know how to do it?
I need to make this on SQL Server.
select * into #TempTable from SomeTale select * from #TempTable
2.1m questions
2.1m answers
60 comments
57.0k users