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 nee
select * into #TempTable from SomeTale select * from #TempTable