Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SQL

select into temp table

SELECT t.col1, t.col2...
INTO #temp
FROM table1 AS t
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #select #temp #table
ADD COMMENT
Topic
Name
5+9 =