Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SQL

add id column to temp table insert

SELECT *, IDENTITY( int ) AS idcol
  INTO #newtable
  FROM oldtable
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #add #id #column #temp #table #insert
ADD COMMENT
Topic
Name
1+6 =